Skip to content

Commit

Permalink
Compat with 4.02
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Jul 12, 2024
1 parent 2e775b7 commit 3c2eb3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/xref2/env.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
open Odoc_model
open Odoc_model.Names
open Odoc_model.Paths
open Result

type lookup_unit_result = Forward_reference | Found of Lang.Compilation_unit.t

Expand Down
1 change: 1 addition & 0 deletions src/xref2/env.mli
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

open Odoc_model
open Odoc_model.Paths
open Result

type lookup_unit_result = Forward_reference | Found of Lang.Compilation_unit.t

Expand Down

0 comments on commit 3c2eb3a

Please sign in to comment.