Functor Camlp4.Struct.Grammar.Print.MakeDump


module MakeDump: 
functor (Structure : Camlp4.Struct.Grammar.Structure.S) -> sig .. end
Parameters:
Structure : Camlp4.Struct.Grammar.Structure.S


type brothers =
| Bro of Structure.symbol * brothers list
val print_tree : Format.formatter -> Structure.tree -> unit
val print_symbol : Format.formatter -> Structure.symbol -> unit
val print_meta : Format.formatter -> string -> Structure.symbol list -> unit
val print_symbol1 : Format.formatter -> Structure.symbol -> unit
val print_rule : Format.formatter -> Structure.symbol list -> unit
val print_level : Format.formatter ->
(Format.formatter -> unit -> unit) -> Structure.symbol list list -> unit
val levels : Format.formatter -> Structure.level list -> unit
val entry : Format.formatter -> Structure.internal_entry -> unit