Incorrect highlighting of type annotated monadic bound variable #67
Open
Description
If you have a program that looks like this:
myFunc :: IO ()
myFunc = do
x :: Int <- readLn
print x
Then the first occurrence of x
ends up being highlighted like it's a function declaration.
Metadata
Assignees
Labels
No labels