Module Db.Storage

module Occurences : sig ... end
type db = {
  1. db_names : String_automata.t;
  2. db_pos_types : String_automata.t Occurences.t;
  3. db_neg_types : String_automata.t Occurences.t;
}
module type S = sig ... end