Skip to content

Commit ea76601

Browse files
committed
Address odoc ambiguity warning
1 parent 05a5ac9 commit ea76601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/lin.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ type noncombinable
7575
type (_, _, _, _) ty
7676
(** Type definition for type-describing combinators.
7777
[(typ,con,styp,comb) ty] represents a type [typ] and with an underlying state of type [styp].
78-
The [con] type parameter indicates whether the combinator type is {!constructible} or {!deconstructible}.
78+
The [con] type parameter indicates whether the combinator type is {!constructible} or {!type-deconstructible}.
7979
The [comb] type parameter indicates whether the combinator type is {!combinable} or {!noncombinable}.
8080
*)
8181

@@ -84,7 +84,7 @@ val gen : 'a QCheck.arbitrary -> ('a -> string) -> ('a, constructible, 's, combi
8484
from a QCheck generator [arb] and a to-string function [to_str]. *)
8585

8686
val deconstructible : ('a -> string) -> ('a -> 'a -> bool) -> ('a, deconstructible, 's, combinable) ty
87-
(** [deconstructible to_str eq] builds a {!deconstructible} and {!combinable} type combinator
87+
(** [deconstructible to_str eq] builds a {!type-deconstructible} and {!combinable} type combinator
8888
from a to-string function [to_str] and an equality predicate [eq]. *)
8989

9090
val gen_deconstructible : 'a QCheck.arbitrary -> ('a -> string) -> ('a -> 'a -> bool) -> ('a, 'c, 's, combinable) ty

0 commit comments

Comments
 (0)