We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unquote
Resyntax currently rewrites this:
`("foo" "bar")
Into this:
(list "foo" "bar")
This is a side effect of the rule that gets rid of unnecessary quasiquotation. That rule doesn't actually check that unquote is used at least once.