package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Ast_helper : sig ... end

Helpers to produce Parsetree fragments

module Ast_iterator : sig ... end

Ast_iterator.iterator enables AST inspection using open recursion. A typical mapper would be based on Ast_iterator.default_iterator, a trivial iterator, and will fall back on it for handling the syntax it does not modify.

module Ast_mapper : sig ... end

The interface of a -ppx rewriter

module Asttypes : sig ... end

Auxiliary AST types used by parsetree and typedtree.

module Attr_helper : sig ... end

Helpers for attributes

module Builtin_attributes : sig ... end

Support for some of the builtin attributes

module Docstrings : sig ... end

Documentation comments

module Extend_helper : sig ... end
module Fake : sig ... end
module Location : sig ... end

Source code locations (ranges of positions), used in parsetree.

module Location_aux : sig ... end
module Longident : sig ... end

Long identifiers, used in parsetree.

module Msupport_parsing : sig ... end
module Parsetree : sig ... end

Abstract syntax tree produced by parsing

module Pprintast : sig ... end

Pretty-printers for Parsetree

module Printast : sig ... end

Raw printer for Parsetree

module Syntaxerr : sig ... end

Auxiliary type for reporting syntax errors