You can search for identifiers within the package.
in-package search v0.2.0
type t =
| EQ
| LT
| GT
type 'a total = 'a -> 'a -> t
val int : int total
val string : string total