Closed buzden closed 7 months ago
Typecheck the following module:
import Language.Reflection %default total %language ElabReflection export infix 6 `op` %runElab logSugaredTerm "debug" 0 "term with infix" `(a `op` b)
Prints
LOG debug:0: term with infix: a `op` b
LOG debug:0: term with infix: a op b
Pinging @andrevidela as the author of the original PR #3234
Nice catch! I'll see if I can fix it this afternoon
something something bidirectional parsing would have caught it etc etc
Steps to Reproduce
Typecheck the following module:
Expected Behavior
Prints
Observed Behavior
Prints
Pinging @andrevidela as the author of the original PR #3234