#9127: Don't warn about pattern-bindings of the form `let !_ = rhs` -------------------------------------+------------------------------------ Reporter: refold | Owner: gzayas Type: bug | Status: patch Priority: normal | Milestone: Component: Compiler | Version: 7.8.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by Joachim Breitner <mail@…>): In [changeset:"fbdebd30b9ff3ca76243791723b85959c6860083/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="fbdebd30b9ff3ca76243791723b85959c6860083" supress warning of bang wildcard pattern-binding (i.e. let !_ = rhs). This fixes #9127 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9127#comment:8> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler