Ocamlformat_lib.SugarSourceval sequence :
Cmts.t ->
Extended_ast.expression Ast.xt ->
(Ocamlformat_parser_extended.Asttypes.label
Ocamlformat_parser_extended.Asttypes.loc
Ocamlformat_stdlib.option
* Extended_ast.expression Ast.xt)
Ocamlformat_stdlib.listsequence cmts exp returns the list of expressions (with the optional extension) from a sequence of expressions exp.
val mod_with :
Extended_ast.module_type Ast.xt ->
(Extended_ast.with_constraint Ocamlformat_stdlib.list
* Ocamlformat_ocaml_common.Warnings.loc
* Extended_ast.attributes)
Ocamlformat_stdlib.list
* Extended_ast.module_type Ast.xtmod_with m returns the list of with type constraints of module type m.