typpx
  1. Overview
  2. Docs
a library for PPX with types

Install

Authors

Maintainers

Sources

typpx-1.4.3.tar.gz
md5=38b04223addfaadb72fa2c689080c798

Description

typpx is a library to build PPX'es with types. Typing the input Parsetree by the vanilla or modified OCaml compiler's type inference, you can perform AST transformation with type information over Typedtree.

For examples, it includes:

  • ppx_curried_constr, which makes variant constructors curried functions
  • ppx_type_of, a function to get the type name of argument.

Published: 25 Jan 2018

Dependencies (3)

  1. ppxx >= "2.3.0" & < "2.4.0"
  2. jbuilder >= "1.0+beta7"
  3. ocaml >= "4.06.0" & < "4.07.0"

Dev Dependencies

None

Used by (3)

  1. ocaml_at_p < "1.1.0"
  2. ppx_implicits >= "0.3.0"
  3. ppx_overload >= "1.4"

Conflicts

None