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.
The text was updated successfully, but these errors were encountered:
With
{-# LANGUAGE BangPatterns #-}
set, the TLDfoo !x = x
should be treated as a declaration of functionfoo
with!x
as a parameter; haskell-mode highlights it as a declaration of(!)
withfoo
andx
as parameters.The text was updated successfully, but these errors were encountered: