package typpx

  1. Overview
  2. Docs
val tool_name : string

Name of PPX

val args : (Arg.key * Arg.spec * Arg.doc) list

Command line arguments.

Actual command line processing is done with this args plus typpx's default options which include compiler related and -debug.

For the types of Arg, see Arg module for details.

val firstUntypedTransformation : Ast_mapper.mapper

Mapper for the first untyped AST transformation

Typing

Mapper for the typed AST transformation

val lastUntypedTransformation : Ast_mapper.mapper

Mapper for the last untyped AST transformation