You can search for identifiers within the package.
in-package search v0.2.0
type t = private int
Some representation of literals that will be accepted by minisat
val make : int -> t
val neg : t -> t
val abs : t -> t
val sign : t -> bool
val to_int : t -> int
val to_string : t -> string
val pp : t printer