You can search for identifiers within the package.
in-package search v0.2.0
type lane =
| Lane of int
type errors =
| Err of int
type cost =
| Cost of int
module State : sig ... end
module StateSet : sig ... end
module Transitions : sig ... end