jon.recoil.org

Module Printast

Raw printer for Parsetree

Warning: this module is unstable and part of compiler-libs.

val interface : Stdlib.Format.formatter -> Parsetree.signature -> unit
val implementation : Stdlib.Format.formatter -> Parsetree.structure_item list -> unit
val expression : int -> Stdlib.Format.formatter -> Parsetree.expression -> unit
val pattern : int -> Stdlib.Format.formatter -> Parsetree.pattern -> unit
val structure : int -> Stdlib.Format.formatter -> Parsetree.structure -> unit
val payload : int -> Stdlib.Format.formatter -> Parsetree.payload -> unit
val core_type : int -> Stdlib.Format.formatter -> Parsetree.core_type -> unit
val extension_constructor : int -> Stdlib.Format.formatter -> Parsetree.extension_constructor -> unit