package typpx

  1. Overview
  2. Docs

Runs PPX with type, using the above transformations. Conversion phases are as follows:

* firstUntypedTransformation of Parsetree * Typing by Typemod, conversion from Parsetree to Typedtree * TypedTransformation of Typedtree * Untyping by Untypeast module, back to Parsetree * lastUntypedTransformation of Parsetree

Parameters

module A : sig ... end

Signature

val legacy_main : unit -> unit
val register : unit -> unit