Parsing0.PrintastRaw printer for Parsetree
Warning: this module is unstable and part of compiler-libs.
let interface: Format.formatter => list(Parsetree.signature_item) => unit;let implementation: Format.formatter => list(Parsetree.structure_item) => unit;let top_phrase: Format.formatter => Parsetree.toplevel_phrase => unit;let expression: int => Format.formatter => Parsetree.expression => unit;let structure: int => Format.formatter => Parsetree.structure => unit;let payload: int => Format.formatter => Parsetree.payload => unit;