typpxversion
a library for PPX with types
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.
Author | Jun Furuse |
---|---|
Published | |
Homepage | http://bitbucket.org/camlspotter/typpx |
Issue Tracker | https://bitbucket.org/camlspotter/typpx/issues?status=new&status=open |
Maintainer | jun.furuse@gmail.com |
Dependencies | |
Source [http] | https://github.com/ocaml/opam-source-archives/raw/main/typpx-1.2.2.tar.gz sha256=8d9368e476e01836ea07d17c29f877733ea3a9955101b935c1f8725f83c7fe53 md5=7d0a9fc2d1b91e92e14488d693f1e005 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/typpx/typpx.1.2.2/opam |
Required by
- ocaml_at_p<1.1.0
- ppx_implicits=0.2.0