You can search for identifiers within the package.
in-package search v0.2.0
module StrMap : sig ... end
type term
type constraints
type state
type 'a solution = {
assignments : term StrMap.t;
constraints : constraints;
state : state;
output : 'a;
}
type hyp
type hyps = hyp list