423 B
423 B
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.