
#12020: Error message on use of != should suggest use of /= -------------------------------------+------------------------------------- Reporter: mhoermann | Owner: Type: feature request | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Iceland_jack): This isn't a misspelling, so maybe it could suggest any alternate name: {{{#!hs and :: Foldable t => t Bool -> Bool {-# MISSPELLINGS and AS every "Determines whether every element of the structure is True." #-} or :: Foldable t => t Bool -> Bool {-# MISSPELLINGS or AS some "Determines whether some element of the structure is True." #-} }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12020#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler