You can search for identifiers within the package.
in-package search v0.2.0
module Hash : Hash.S
module Value : Type.S
type t = (Hash.t, Value.t) key
The type for keys.
val t : t Type.t
type hash = Hash.t
val to_hash : t -> hash