[GHC] #9610: Missing fixity declaration for `Data.Foldable.{elem, notElem}`

#9610: Missing fixity declaration for `Data.Foldable.{elem,notElem}` -------------------------------------+------------------------------------- Reporter: hvr | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.10.1 Component: libraries/base | Version: 7.8.3 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Unknown | Type of failure: Blocked By: | None/Unknown Related Tickets: #9586 | Test Case: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- `Data.Foldable.{elem,notElem}` is lacking the fixity declaration {{{#!hs infix 4 `elem`, `notElem` }}} to match their monomorphic `Data.List` counterparts' fixity. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9610 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9610: Missing fixity declaration for `Data.Foldable.{elem,notElem}` -------------------------------------+------------------------------------- Reporter: hvr | Owner: Type: bug | Status: patch Priority: normal | Milestone: 7.10.1 Component: | Version: 7.8.3 libraries/base | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Unknown Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: #9586 None/Unknown | Test Case: | Blocking: | Differential Revisions: Phab:D227 | -------------------------------------+------------------------------------- Changes (by hvr): * status: new => patch * differential: => Phab:D227 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9610#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9610: Missing fixity declaration for `Data.Foldable.{elem,notElem}`
-------------------------------------+-------------------------------------
Reporter: hvr | Owner:
Type: bug | Status: patch
Priority: normal | Milestone: 7.10.1
Component: | Version: 7.8.3
libraries/base | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Unknown
Unknown/Multiple | Blocked By:
Type of failure: | Related Tickets: #9586
None/Unknown |
Test Case: |
Blocking: |
Differential Revisions: Phab:D227 |
-------------------------------------+-------------------------------------
Comment (by Herbert Valerio Riedel

#9610: Missing fixity declaration for `Data.Foldable.{elem,notElem}` -------------------------------------+------------------------------------- Reporter: hvr | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.10.1 Component: | Version: 7.8.3 libraries/base | Keywords: Resolution: fixed | Architecture: Unknown/Multiple Operating System: | Difficulty: Unknown Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: #9586 None/Unknown | Test Case: | Blocking: | Differential Revisions: Phab:D227 | -------------------------------------+------------------------------------- Changes (by hvr): * status: patch => closed * resolution: => fixed -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9610#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC