You can search for identifiers within the package.
in-package search v0.2.0
type key
type 'a t
val init : size:int -> witness:key -> 'a t
val in_cache : 'a t -> key -> bool
val get : 'a t -> key -> (key -> 'a) -> 'a