add syntax-case form
Proposed syntax:
macro m (stx) {
case <form> ... => {
...
return #{ function(foo) {} }
}
So perhaps use #{}
as the syntax quote?
Proposed syntax:
macro m (stx) {
case <form> ... => {
...
return #{ function(foo) {} }
}
So perhaps use #{}
as the syntax quote?