Bap_strings_index.Persistent
module type S = sig ... end
module Make (Key : Key) : S with type key := Key.t
Make(Key) creates an index with the given Key.
Key