We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here is a little example, where function name at the last line is not highlighted (its face is default instead of haskell-definition-face):
default
haskell-definition-face
isEmpty :: [Int] -> Bool isEmpty [] = True isEmpty _ = False
Best regards, Vladimir.