You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Eq
| Neq
| Le
| Lt
| Ge
| Gt
val pp : Stdlib.Format.formatter -> t -> unit
val compare : t -> int -> int -> bool
val raw_parse : string -> string * (t * string) option
raw_parse s splits s into a label, and optionally the relation and the associated value.
raw_parse s
s