mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
small fix in doc of Gen
This commit is contained in:
parent
5ad2b2df83
commit
20ac91f532
1 changed files with 2 additions and 2 deletions
4
gen.mli
4
gen.mli
|
|
@ -179,8 +179,8 @@ module type S = sig
|
||||||
(** Equality of generators. *)
|
(** Equality of generators. *)
|
||||||
|
|
||||||
val lexico : ?cmp:('a -> 'a -> int) -> 'a t -> 'a t -> int
|
val lexico : ?cmp:('a -> 'a -> int) -> 'a t -> 'a t -> int
|
||||||
(** Lexicographic comparison of generators. If the common prefix is
|
(** Lexicographic comparison of generators. If a generator is a prefix
|
||||||
the same, the shortest one is considered as smaller than the other. *)
|
of the other one, it is considered smaller. *)
|
||||||
|
|
||||||
val compare : ?cmp:('a -> 'a -> int) -> 'a t -> 'a t -> int
|
val compare : ?cmp:('a -> 'a -> int) -> 'a t -> 'a t -> int
|
||||||
(** Synonym for {! lexico} *)
|
(** Synonym for {! lexico} *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue