You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Emergency
| Alert
| Critical
| Error
| Warning
| Notice
| Info
| Debug
val of_int : int -> t
val to_int : t -> int
val string_of : t -> string
val more_severe_than_or_equal : t -> t -> bool