Skip to content

Commit

Permalink
4.02 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Jul 29, 2024
1 parent b5b15bc commit 67ed47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/loader/ident_env.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ module Path = struct
#if OCAML_VERSION >= (4,8,0)
| Path.Pdot(p, s) -> `DotT(read_module env p, TypeName.make_std (strip_hash s))
#else
| Path.Pdot(p, s, _) -> `DotT(read_module env p, strip_hash s)
| Path.Pdot(p, s, _) -> `DotT(read_module env p, TypeName.make_std (strip_hash s))
#endif
| Path.Papply(_, _)-> assert false
#if OCAML_VERSION >= (5,1,0)
Expand Down
2 changes: 1 addition & 1 deletion src/xref2/ref_tools.ml
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ let resolve_reference :
Reference.t ->
( Reference.Resolved.t * Odoc_model.Comment.paragraph option,
Errors.Tools_error.reference_lookup_error )
Result.t =
result =
let resolved = resolved3 in
fun env r ->
match r with
Expand Down

0 comments on commit 67ed47d

Please sign in to comment.