= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
a library for PPX with types
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
typpx-1.4.1.tar.gz
md5=7fb058c88cd68d4e7baff4d825ff26ab
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: 18 Sep 2017
Dependencies (4)
Dev Dependencies
-
None
Used by (3)
-
ocaml_at_p
< "1.1.0"
-
ppx_implicits
>= "0.3.0"
-
ppx_overload
>= "1.4"
Conflicts
-
None
On This Page