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
I was working on the ability handler exercises on unisonweb in emacs when I came across this issue. Notice how the substring Stream in resumeStream and the substring Computation in resumeComputation are highlighted as blue, the same color as the abilities Stream and Ask. Most interestingly, it only happens inside the pattern matching part of the case expressions.
The text was updated successfully, but these errors were encountered:
Hmm I haven't touched this in a while, but I'm pretty sure it's because the code is naively looking for capital letters inside curly braces. Shouldn't be too hard to fix.
I was working on the ability handler exercises on unisonweb in emacs when I came across this issue. Notice how the substring
Stream
inresumeStream
and the substringComputation
inresumeComputation
are highlighted as blue, the same color as the abilitiesStream
andAsk
. Most interestingly, it only happens inside the pattern matching part of the case expressions.The text was updated successfully, but these errors were encountered: