IndexTypesSourceInternal representation of types
The type of files we get our data from
type info = {path : string list;orig_path : string list;kind : kind;name : string;ty : ty option;loc_sig : Location.t Lazy.t;loc_impl : Location.t Lazy.t;doc : string option Lazy.t;file : orig_file;}Contains the information on a given identifier
The kind of elements that can be stored in the trie
Lazy trie structure holding the info on all identifiers