Ocamlformat_lib.Chunk
type !'a item =
| Structure : Ocamlformat_lib.Extended_ast.structure item
| Signature : Ocamlformat_lib.Extended_ast.signature item
| Use_file : Ocamlformat_lib.Extended_ast.use_file item
type !'a t = {
attr_loc : Ocaml_common.Location.t;
chunk_loc : Ocaml_common.Location.t;
state : [ `Disable | `Enable ];
items : 'a Ocamlformat_stdlib.list;
}
val split :
state:[ `Disable | `Enable ] ->
'a Ocamlformat_stdlib.list item ->
'a Ocamlformat_stdlib.list ->
'a t Ocamlformat_stdlib.list