You can search for identifiers within the package.
in-package search v0.2.0
Radix trees for string lists.
This module is only exposed so that it can be tested in test/common/tests.ml.
type t
val empty : t
val add : string list -> t -> t
val mem_prefix_of : string list -> t -> bool