You can search for identifiers within the package.
in-package search v0.2.0
provider
type_eq_opt.ml
1 2 3 type (_, _) t = | Equal : ('a, 'a) t | Not_equal : ('a, 'b) t
1 2 3
type (_, _) t = | Equal : ('a, 'a) t | Not_equal : ('a, 'b) t