You can search for identifiers within the package.
in-package search v0.2.0
MlFront_Core
MlFront_Core.Party
type t = [
| `Them
| `Us
| `You
]
val pp : Format.formatter -> t -> unit
val show : t -> string
val compare : t -> t -> int