package ppx_let
Monadic let-bindings
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_let-v0.14.0.tar.gz
sha256=3a38deaa5c0d0ad45c1f9f772980e25ce1122ed1977c534b6c21af6b50b399e1
md5=faf5b4b69ef2595916f74fff251a9d2c
doc/CHANGES.html
git version
- Support for
%map.A.B.C
syntax to use values from a specific module, rather than the one in scope.
v0.11
- Depend on ppxlib instead of (now deprecated) ppx_core and ppx_driver.
113.43.00
- Dropped
Open_in_body
support from ppx_let, since it was only ever used in confusing chains ofLet_syntax
modules that introduced otherLet_syntax
modules in the "body" (e.g. for defining Commands whose bodies use Async). In this case it was decided that the better practice is to be explicit withopen ___.Let_syntax
at the different transition points, even though this is more verbose.