Module Ocamlformat_lib.SugarSource

fun_ cmts will_keep_first_ast_node exp returns the list of arguments and the body of the function exp. will_keep_first_ast_node is set by default, otherwise the exp is returned without modification.

cl_fun will_keep_first_ast_node cmts exp returns the list of arguments and the body of the function exp. will_keep_first_ast_node is set by default, otherwise the exp is returned without modification.

Sourcemodule Exp : sig ... end

sequence cmts exp returns the list of expressions (with the optional extension) from a sequence of expressions exp.

mod_with m returns the list of with type constraints of module type m.

Sourcemodule Let_binding : sig ... end