package ocamlformat

  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_mapper : sig ... end

The interface of a -ppx rewriter

module Asttypes : sig ... end

Auxiliary AST types used by parsetree and typedtree.

module Docstrings : sig ... end

Documentation comments

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

Entry points in the parser

module Parser : sig ... end
module Parsetree : sig ... end

Abstract syntax tree produced by parsing

module Printast : sig ... end

Raw printer for Parsetree