Functor Camlp4.Printers.OCaml.MakeMore


module MakeMore: 
functor (Syntax : Camlp4.Sig.Camlp4Syntax) -> sig .. end
Parameters:
Syntax : Camlp4.Sig.Camlp4Syntax

include struct ... end
val semisep : sep Pervasives.ref
val margin : int Pervasives.ref
val comments : bool Pervasives.ref
val locations : bool Pervasives.ref
val curry_constr : bool Pervasives.ref
val print : string option -> (printer -> Format.formatter -> 'a -> unit) -> 'a -> unit
val print_interf : ?input_file:'a -> ?output_file:string -> Ast.sig_item -> unit
val print_implem : ?input_file:'a -> ?output_file:string -> Ast.str_item -> unit
val check_sep : string -> sep