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 right-hand side
DORDERED
module X : DORDERED
module Y : sig ... end
type _ t =
| Extend : 'a X.t -> ('a * Y.t) t
val compare : 'a t -> 'b t -> ('a, 'b) cmp