atom-haskell/language-haskell

'pure' keyword is not highlighted

Closed this issue · 3 comments

Is there any reasoning for this? I think it is as important as return keyword.
It looks now:
selection_018

pure is not exported from Prelude. return is. That's the reasoning.

Doesn't Monad have superclass of Applicative since 7.10? I think it could be good reason to highlight it

Okay, updated.