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
If I write f :: Int -> Int, it works great. However, if I write f' :: Int -> Int, that line isn't highlighted at all. Likewise, foobar = 0 is highlighted as it should, but in foo'bar = 0, the 'bar part isn't highlighted.