quo() fails to capture certain syntactically valid expressions #652
Labels
Comments
lionel-
added a commit
that referenced
this issue
Dec 13, 2018
lionel-
added a commit
that referenced
this issue
Dec 13, 2018
@lionel- , thanks for fixing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 0.2.2.9002, the following occurs:
This also occurs for other arithmetic operators (e.g.,
*
), but not all of them (e.g.,^
).Is this a bug?
(This is a rather special occurrence. Nonetheless, I have a DSL where I want to capture, then modify, such expressions, as quosures.)
The text was updated successfully, but these errors were encountered: