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.
AuthorJun Furuse
Published
Homepagehttp://bitbucket.org/camlspotter/typpx
Issue Trackerhttps://bitbucket.org/camlspotter/typpx/issues?status=new&status=open
Maintainerjun.furuse@gmail.com
Dependencies
Source [http] https://github.com/ocaml/opam-source-archives/raw/main/typpx-1.4.3.tar.gz
sha256=bfbe8d5daac979954b9139d45c7bde4dd2342dcd94d69f3f72588a1821fba8de
md5=38b04223addfaadb72fa2c689080c798
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/typpx/typpx.1.4.3/opam
Required by