Merlin_analysis.Browse_treetype t = {t_node : Merlin_kernel.Mbrowse.node;t_loc : Ocaml_parsing.Location.t;t_env : Ocaml_typing.Env.t;t_children : t list lazy_t;}val default_loc : Ocaml_parsing.Location.tval default_env : Ocaml_typing.Env.tval of_node : ?env:Ocaml_typing.Env.t -> Merlin_kernel.Mbrowse.node -> tof_node ?loc ?env node produces a tree from node, using loc and env * as default annotation when nothing can be inferred from the node. * If they are not specified, annotations from child are used for approximation.
val of_browse : Merlin_kernel.Mbrowse.t -> tval dummy : tval all_occurrences_of_prefix :
Ocaml_typing.Path.t ->
Merlin_specific.Browse_raw.node ->
(Ocaml_typing.Path.t Ocaml_parsing.Location.loc * Ocaml_parsing.Longident.t)
list