package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a item =
  1. | Structure : Extended_ast.structure item
  2. | Signature : Extended_ast.signature item
  3. | Use_file : Extended_ast.use_file item
type 'a t = {
  1. attr_loc : Ocaml_common.Location.t;
  2. chunk_loc : Ocaml_common.Location.t;
  3. state : [ `Enable | `Disable ];
  4. items : 'a Ocamlformat_stdlib.list;
}
val split : state:[ `Enable | `Disable ] -> 'a Ocamlformat_stdlib.list item -> 'a Ocamlformat_stdlib.list -> 'a t Ocamlformat_stdlib.list
OCaml

Innovation. Community. Security.