You can search for identifiers within the package.
in-package search v0.2.0
module type Iop = sig ... end
module type Fop = sig ... end
type 'a get_ref =
| Null
| Ref_value of 'a
| Type_mismatch
module type T = sig ... end