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
Yeah. For the Big Rewrite I'm thinking of scrubbing this highlighting all together. There's too many edge cases and in fact = is not "function definition" in Haskell so trying to highlight it as such is doomed. For example you can do (a,b) = ... at the top level.
Highlights as a function definition for
f
rather than$
. Getting this right might be difficult, though:should highlight
map
rather than:
.The text was updated successfully, but these errors were encountered: