package camlon

  1. Overview
  2. Docs
module Ast_helper : sig ... end

Helpers to produce Parsetree fragments

module Asttypes : sig ... end

Auxiliary AST types used by parsetree and typedtree.

module Clflags : sig ... end
module Docstrings : sig ... end

Documentation comments

module Lexer : sig ... end
module Location : sig ... end

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

module Longident : sig ... end

Long identifiers, used in parsetree.

module Misc : sig ... end
module Ocaml : sig ... end
module Parser : sig ... end
module Parsetree : sig ... end

Abstract syntax tree produced by parsing

module Pprintast : sig ... end
module Syntaxerr : sig ... end

Auxiliary type for reporting syntax errors

module Warnings : sig ... end