You can search for identifiers within the package.
in-package search v0.2.0
trie tree This module implements strict impure trie tree data structure.
module type Intf = sig ... end
module Make (H : Hashtbl.HashedType) : Intf with type path = H.t list