You can search for identifiers within the package.
in-package search v0.2.0
Text records
type t = string
The type of a Text record.
val pp : t Fmt.t
pp ppf t pretty-prints the Text record t on ppf.
pp ppf t
t
ppf
val compare : t -> t -> int
compare a b compares the Text record a with b (using String.compare).
compare a b
a
b
String.compare