You can search for identifiers within the package.
in-package search v0.2.0
Functor that extends the indices of a DORDERED type by adding some data to its left-hand side
DORDERED
module X : DORDERED
module Y : sig ... end
type _ t =
| Extend : 'a X.t -> (Y.t * 'a) t
val compare : 'a t -> 'b t -> ('a, 'b) cmp