mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-10 05:03:54 -05:00
small fix in doc
This commit is contained in:
parent
8627838faf
commit
18827b920b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ val float : float t
|
|||
(** {2 Lexicographic Combination} *)
|
||||
|
||||
val (<?>) : int -> ('a t * 'a * 'a) -> int
|
||||
(** [c1 @@? (ord, x, y)] returns the same as [c1] if [c1] is not [0];
|
||||
(** [c1 <?> (ord, x, y)] returns the same as [c1] if [c1] is not [0];
|
||||
otherwise it uses [ord] to compare the two values [x] and [y],
|
||||
of type ['a].
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue