You can search for identifiers within the package.
in-package search v0.2.0
Element ordering
type t =
| Lt
Lesser than
| Eq
Equal
| Gt
Greater than
val of_int : int -> t
val to_int : t -> int
val to_string : t -> string
returns the string representation. one of: "<", "=", ">"
val is_eq : t -> bool
val min : ('a -> 'a -> t) -> 'a -> 'a -> 'a
val max : ('a -> 'a -> t) -> 'a -> 'a -> 'a
module O : sig ... end