Module Ocamlformat_lib.Chunk

type !'a t = {
  1. attr_loc : Ocaml_common.Location.t;
  2. chunk_loc : Ocaml_common.Location.t;
  3. state : [ `Disable | `Enable ];
  4. items : 'a Ocamlformat_stdlib.list;
}
val split : state:[ `Disable | `Enable ] -> 'a Ocamlformat_stdlib.list item -> 'a Ocamlformat_stdlib.list -> 'a t Ocamlformat_stdlib.list