ocamlformat
Auto-formatter for OCaml code
1024">
IN THIS PACKAGE
-
library ocamlformat
-
module Ocamlformat
-
module Assoc
-
module Cmt
-
module Conf
-
module Config_option
-
module Docstring
-
module Extended_ast
-
module File_system
-
module Fmt
-
module Fmt_ast
-
module Fmt_odoc
-
module Indent
-
module Partial_ast
-
module Valid_ast
-
-
module Literal_lexer
-
module Loc_tree
-
module Migrate_ast
-
module Normalize_extended_ast
-
module Normalize_std_ast
-
module Params
-
module Exp
-
module Infix_op_arg
-
-
-
module Parse_with_comments
-
module W
-
-
module Prec
-
module Source
-
module Sugar
-
module Exp
-
module Let_binding
-
module Pat
-
-
module Syntax
-
module Toplevel_lexer
-
module Translation_unit
-
module Error
-
-
module Version
-
-
-
library ocamlformat.format_
-
module Format_
-
-
library ocamlformat.ocaml_413
-
module Ocaml_413
-
module Ast_helper
-
module Attr
-
module Cf
-
module Ci
-
module Cl
-
module Const
-
module Csig
-
module Cstr
-
module Ctf
-
module Cty
-
module Exp
-
module Incl
-
module Mb
-
module Md
-
module Mod
-
module Ms
-
module Mtd
-
module Mty
-
module Of
-
module Opn
-
module Pat
-
module Rf
-
module Sig
-
module Str
-
module Te
-
module Typ
-
module Type
-
module Val
-
module Vb
-
-
module Ast_mapper
-
module Asttypes
-
module Docstrings
-
module WithMenhir
-
-
module Lexer
-
module Parse
-
module Parser
-
module Incremental
-
module MenhirInterpreter
-
-
module Parsetree
-
module Pprintast
-
module Printast
-
-
-
library ocamlformat.ocaml_413_extended
-
module Ocaml_413_extended
-
module Ast_helper
-
module Attr
-
module Cf
-
module Ci
-
module Cl
-
module Const
-
module Csig
-
module Cstr
-
module Ctf
-
module Cty
-
module Exp
-
module Incl
-
module Mb
-
module Md
-
module Mod
-
module Ms
-
module Mtd
-
module Mty
-
module Of
-
module Opn
-
module Pat
-
module Rf
-
module Sig
-
module Str
-
module Te
-
module Typ
-
module Type
-
module Val
-
module Vb
-
-
module Ast_mapper
-
module Asttypes
-
module Docstrings
-
module WithMenhir
-
-
module Lexer
-
module Parse
-
module Parser
-
module Incremental
-
module MenhirInterpreter
-
-
module Parsetree
-
module Pprintast
-
module Printast
-
-
-
library ocamlformat.ocaml_common
-
module Ocaml_common
-
-
library ocamlformat.ocamlformat_stdlib
-
module Ocamlformat_stdlib
-
module Cmdliner
-
module Continue_or_stop
-
module Export
-
module List
-
module Assoc
-
module Infix
-
module Let_syntax
-
module Let_syntax
-
module Open_on_rhs
-
-
-
module Monad_infix
-
module Or_unequal_lengths
-
-
module Sexp
-
module Private
-
module Raw_grammar
-
-
-
module String
-
module Caseless
-
module Escaping
-
module Search_pattern
-
-
module type T
-
module type T1
-
module type T2
-
module type T3
-
module Warning
-
-
-
library ocamlformat.parse_wyc
-
module Parse_wyc
-
-
library ocamlformat.parser_shims
-
module Parser_shims
-
module Clflags
-
module Int
-
module List
-
module Misc
-
module Color
-
module Error_style
-
module Int_literal_converter
-
module LongString
-
module Magic_number
-
-
-
OCamlFormat Manual
If you are here, you are probably interested in using a formatting tool for your code base, so that you do not have to worry about formatting it by hand, and to speed up code review by focusing on the important parts.
OCamlFormat is probably what you are after! OCamlFormat is a tool to format OCaml code.