You can search for identifiers within the package.
in-package search v0.2.0
module T : BinaryTypeS
type ('a, 'b, 'ab_t, 'f, 'g, 'result, 'is_empty) t =
| O : ('a, 'b, 'ab_t, 'a, 'b, 'ab_t, [ `Empty ]) t
| S : ('a, 'b, 'ab_t, 'f, 'g, 'result, _) t -> ('a, 'b, 'ab_t, 'x -> 'f, 'y -> 'g, ('x, 'y) T.t -> 'result, [ `Not_empty ]) t