Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 Stdlib.Lazy.t;
loc_impl : Location.t Stdlib.Lazy.t;
doc : string option Stdlib.Lazy.t;
file : orig_file;
}
Contains the information on a given identifier
type t = (char, info) IndexTrie.t
Lazy trie structure holding the info on all identifiers