sherlodoc.db
Db.Storage
sherlodoc.db_store
sherlodoc.query
sherlodoc.storage_js
sherlodoc.storage_marshal
module Occurences : sig ... end
type db = {
db_names : String_automata.t;
db_pos_types : String_automata.t Occurences.t;
db_neg_types : String_automata.t Occurences.t;
}
module type S = sig ... end