package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

merlin-5.6-503.tbz
sha256=b0dcad092aaaf7a23f65ab9a089e8761bd665cc72357909e0ac6c2182f4fc2d4
sha512=9987baf2b2e82bab4c90a328bfcba9945e797e0f3d947156f04435ee84b49542844b379e35a79027c3ffe81f4b7a8f1c60803233999b4c039d4598033371880d

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

Module Merlin_analysisSource

Sourcemodule Ast_iterators : sig ... end
Sourcemodule Browse_misc : sig ... end
Sourcemodule Browse_tree : sig ... end
Sourcemodule Completion : sig ... end
Sourcemodule Construct : sig ... end
Sourcemodule Context : sig ... end
Sourcemodule Destruct : sig ... end

Destruct at the moment works in two contexts:

Sourcemodule Env_lookup : sig ... end

Provides tools to lookup items in the typing environment.

Sourcemodule Expansion : sig ... end
Sourcemodule Index_occurrences : sig ... end
Sourcemodule Inlay_hints : sig ... end

Builds the list of inlay hints to be displayed on a document.

Sourcemodule Jump : sig ... end
Sourcemodule Locate : sig ... end
Sourcemodule Locate_types : sig ... end
Sourcemodule Misc_utils : sig ... end
Sourcemodule Ocamldoc : sig ... end
Sourcemodule Occurrences : sig ... end
Sourcemodule Outline : sig ... end
Sourcemodule Parsetree_utils : sig ... end

Utilities to provide a slightly more stable Parsetree API for alternative clients like ocaml-lsp.

Sourcemodule Ppx_expand : sig ... end
Sourcemodule Ptyp_of_type : sig ... end
Sourcemodule Refactor_open : sig ... end
Sourcemodule Signature_help : sig ... end
Sourcemodule Syntax_doc : sig ... end
Sourcemodule Tail_analysis : sig ... end
Sourcemodule Test : sig ... end
Sourcemodule Type_enclosing : sig ... end

Provides type information around the cursor.

Search by type in the current environment.

Sourcemodule Type_utils : sig ... end
Sourcemodule Typed_hole : sig ... end

This module should be used to work with typed holes. The main goal is to hide syntactic representation of a typed hole, which may change in future

Sourcemodule Typedtree_utils : sig ... end

Utilities to keep explicit Typedtree manipulations local to Merlin_lib for alternative clients like ocaml-lsp.