You can search for identifiers within the package.
in-package search v0.2.0
type t
interval representation
val compare : t -> t -> int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
type point
point representation
val compare_point : point -> point -> int
val sexp_of_point : point -> Ppx_sexp_conv_lib.Sexp.t
val lower : t -> point
the lower bound of an interval
val upper : t -> point
the upper bound of an interval