Make applicative cexpr
expressions work without the need of having let-match
enabled
#9
Labels
enhancement
New feature or request
The
cexpr
expansion for the applicative version generates alet
binding that uses tuple deconstruction. This forces client code to enablelet-match
for such cexprs to work. The cexpr macro should instead pre-expand such code to remove the need forlet-match
.The text was updated successfully, but these errors were encountered: