package ppxlib

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

Definition of the OCaml AST

module Ast_helper : sig ... end

Helpers to produce Parsetree fragments

module Docstrings : sig ... end

Documentation comments

module Extra_warnings : sig ... end
module Lexer : sig ... end
module Parse : sig ... end

Entry points in the parser

module Parser : sig ... end
module Pprintast : sig ... end
module Selected_ast : sig ... end
module Syntaxerr : sig ... end

Auxiliary type for reporting syntax errors

module Import_for_core : sig ... end