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
You'll notice the syntax highlighting that GitHub uses exhibits the same issue:
length [a| a <- [x,y,z], a > average x y z ]
f :: x -> x
f a = a -- this isn't highlighted because the above list comprehension is interpreted as a quasi-quote which has not been terminated
sheaf
changed the title
syntax highlighting stops after using list comprehension with length
syntax highlighting stops after using list comprehension
Nov 6, 2020
for example something like this to get the above average numbers
after a code like this syntax highlighting does not work anymore
The text was updated successfully, but these errors were encountered: