You can search for identifiers within the package.
in-package search v0.2.0
Functor that extends the indices of a DORDERED type, given some type-level function
DORDERED
module X : DORDERED
module F : sig ... end
type _ t =
| Extend : 'a X.t -> 'a F.t t
val compare : 'a t -> 'b t -> ('a, 'b) cmp