package sherlodoc

  1. Overview
  2. Docs

Source file db.ml

1
2
3
4
5
6
7
8
9
10
11
12
module Entry = Entry
module Storage = Storage
module Type_polarity = Type_polarity
module Typexpr = Typexpr
module Occurences = Storage.Occurences
module String_automata = String_automata

type t = Storage.db =
  { db_names : String_automata.t
  ; db_pos_types : String_automata.t Occurences.t
  ; db_neg_types : String_automata.t Occurences.t
  }
OCaml

Innovation. Community. Security.