permit post-processing lambdas
#13
Closed
opened 6 years ago by mbutterick
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
rule : pat0 pat1 pat2 => (λ (stx) (do-something stx))
This clutters the notation and duplicates what the macro expander is going to do anyhow.