Mutaml_ppxSourceval add_preamble :
Ppxlib_ast.Ast.structure_item list ->
string ->
Ppxlib_ast.Ast.structure_item listReturns a new structure with an added mutaml preamble
Write mutations of a file 'src/lib.ml' to a 'src/lib.muts'
Appends a file name 'src/lib.muts' to the log-file Mutaml_common.mutaml_mut_file
Shorthand to ease string-conversion of surface changes
val (>>=) :
'a Ppxlib.With_errors.t ->
('a -> 'b Ppxlib.With_errors.t) ->
'b Ppxlib.With_errors.t