ppx_whereversion
Haskell-style `where` clauses as a PPX syntax extension
ppx_where allows for the use of where
clauses after expressions
by rewriting the where
syntax into let ... in
syntax at
compile-time. Additionally, ppx_where allows for some limited
pattern matching such as that allowed in-place for arguments
in normal function bindings.
Author | nv-vn <nv@cock.li> |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/nv-vn/ppx_where |
Issue Tracker | https://github.com/nv-vn/ppx_where/issues |
Maintainer | nv-vn <nv@cock.li> |
Dependencies | |
Source [http] | https://github.com/nv-vn/ppx_where/archive/1.0.tar.gz sha256=bf43936a15f11c1519a635a210a5b4df1a3c9ac01326380d361fffa5e9ef1c66 md5=cdb1d702a42d4b61d02012bf146286f2 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ppx_where/ppx_where.1.0/opam |
No package is dependent