You can search for identifiers within the package.
in-package search v0.2.0
Sample implementation for String, using OCaml stdlib's Hashtbl as a cache
type t = string
type cache
val create_cache : int -> cache
val distance : cache -> ?upper_bound:int -> t -> t -> result