package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-4.16-501.tbz
sha256=da5bf309b040645c292ae4572cc6a0a700dbd2bcfc996ac13c8e5c3836c21e26
sha512=99eba17b2bdec5411d239093f4e8e11ada79b2b84ae88074a1b46e47eb836bbf8cb7836c472c22e7f9e68cff1b9ea6d9b9989b70055c3277edb4cddc4a86460c

doc/merlin-lib.analysis/Merlin_analysis/Browse_tree/index.html

Module Merlin_analysis.Browse_treeSource

Sourcetype t = {
  1. t_node : Merlin_kernel.Mbrowse.node;
  2. t_loc : Ocaml_parsing.Location.t;
  3. t_env : Ocaml_typing.Env.t;
  4. t_children : t list lazy_t;
}
Sourceval default_env : Ocaml_typing.Env.t

of_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.

Sourceval of_browse : Merlin_kernel.Mbrowse.t -> t
Sourceval dummy : t
Sourceval all_constructor_occurrences : (t * [ `Description of Ocaml_typing.Types.constructor_description | `Declaration of Ocaml_typing.Typedtree.constructor_declaration | `Extension_constructor of Ocaml_typing.Typedtree.extension_constructor ]) -> t -> t Ocaml_parsing.Location.loc list
OCaml

Innovation. Community. Security.