mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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. *)
|
||||
|
||||
val lexico : ?cmp:('a -> 'a -> int) -> 'a t -> 'a t -> int
|
||||
(** Lexicographic comparison of generators. If the common prefix is
|
||||
the same, the shortest one is considered as smaller than the other. *)
|
||||
(** Lexicographic comparison of generators. If a generator is a prefix
|
||||
of the other one, it is considered smaller. *)
|
||||
|
||||
val compare : ?cmp:('a -> 'a -> int) -> 'a t -> 'a t -> int
|
||||
(** Synonym for {! lexico} *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue