Skip to content

Commit 053c55e

Browse files
Julowjonludlam
authored andcommitted
4.02 compat
1 parent dfcc92e commit 053c55e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/loader/ident_env.cppo.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ module Path = struct
744744
#if OCAML_VERSION >= (4,8,0)
745745
| Path.Pdot(p, s) -> `DotT(read_module env p, TypeName.make_std (strip_hash s))
746746
#else
747-
| Path.Pdot(p, s, _) -> `DotT(read_module env p, strip_hash s)
747+
| Path.Pdot(p, s, _) -> `DotT(read_module env p, TypeName.make_std (strip_hash s))
748748
#endif
749749
| Path.Papply(_, _)-> assert false
750750
#if OCAML_VERSION >= (5,1,0)

src/xref2/ref_tools.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ let resolve_reference :
903903
Reference.t ->
904904
( Reference.Resolved.t * Odoc_model.Comment.paragraph option,
905905
Errors.Tools_error.reference_lookup_error )
906-
Result.t =
906+
result =
907907
let resolved = resolved3 in
908908
fun env r ->
909909
match r with

0 commit comments

Comments
 (0)