You can search for identifiers within the package.
in-package search v0.2.0
TESTABLE provides an abstract description for testable values.
TESTABLE
type t
The type to test.
val pp : t Fmt.t
A way to pretty-print the value.
val equal : t -> t -> bool
Test for equality between two values.