You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than throwing an error (thus making it impossible to use shm in a
function that has a QQ somewhere in it), instead just gracefully fail.
Ideally, the contents of the QuasiQuote would be one context contained
within the overall QQ, but I couldn't figure out how to do that.
Closesprojectional-haskell#116.
shm is reporting a parse error;
shm/test-exe
says:The only place a
,
appears is within a quasi-quote:Indeed, if I remove this quasi-quote then SHM stops complaining about this, and instead starts complaining about my next quasi-quote.
The text was updated successfully, but these errors were encountered: