package typpx

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

Install

Dune Dependency

Authors

Maintainers

Sources

typpx-1.1.3.tar.gz
md5=c881c154b830f201a684a2b4186cdf8a

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: 04 May 2016

Dependencies (4)

  1. ppxx >= "1.3.0"
  2. omake build & < "0.10.1"
  3. ocamlfind build
  4. ocaml = "4.03.0"

Dev Dependencies

None

Used by (1)

  1. ocaml_at_p

Conflicts

None