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
With {-# LANGUAGE BangPatterns #-} set, the TLD foo !x = x should be treated as a declaration of function foo with !x as a parameter; haskell-mode highlights it as a declaration of (!) with foo and x as parameters.