[GHC] #10609: Make up instances

#10609: Make up instances -------------------------------------+------------------------------------- Reporter: fumieval | Owner: Type: feature | Status: new request | Milestone: Priority: normal | Version: 7.10.1 Component: | Operating System: Unknown/Multiple libraries/base | Type of failure: None/Unknown Keywords: | Blocked By: Architecture: | Related Tickets: Unknown/Multiple | Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- The following instances are missing as of now. * Foldable ZipList * Traversable ZipList * Functor Complex * Foldable Complex * Traversable Complex * Applicative Complex * Monad Complex * Monoid a => Monoid (Identity a) Original discussion: https://mail.haskell.org/pipermail/libraries/2015-June/025886.html -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10609 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10609: Make up instances -------------------------------------+------------------------------------- Reporter: fumieval | Owner: Type: feature request | Status: new Priority: normal | Milestone: Component: libraries/base | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: Phab:D1046 -------------------------------------+------------------------------------- Changes (by fumieval): * differential: => Phab:D1046 Old description:
The following instances are missing as of now.
* Foldable ZipList * Traversable ZipList * Functor Complex * Foldable Complex * Traversable Complex * Applicative Complex * Monad Complex * Monoid a => Monoid (Identity a)
Original discussion: https://mail.haskell.org/pipermail/libraries/2015-June/025886.html
New description: The following instances are missing as of now. * Foldable ZipList * Traversable ZipList * Functor Complex * Foldable Complex * Traversable Complex * Applicative Complex * Monad Complex * Monoid a => Monoid (Identity a) * Storable () Original discussion: https://mail.haskell.org/pipermail/libraries/2015-June/025886.html -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10609#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10609: Make up instances -------------------------------------+------------------------------------- Reporter: fumieval | Owner: Type: feature request | Status: patch Priority: normal | Milestone: Component: libraries/base | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: Phab:D1049 -------------------------------------+------------------------------------- Changes (by fumieval): * status: new => patch * differential: Phab:D1046 => Phab:D1049 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10609#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10609: Make up instances
-------------------------------------+-------------------------------------
Reporter: fumieval | Owner:
Type: feature request | Status: patch
Priority: normal | Milestone:
Component: libraries/base | Version: 7.10.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions: Phab:D1049
-------------------------------------+-------------------------------------
Comment (by Ben Gamari

#10609: Make up instances -------------------------------------+------------------------------------- Reporter: fumieval | Owner: Type: feature request | Status: closed Priority: normal | Milestone: Component: libraries/base | Version: 7.10.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D1049 -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10609#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10609: Make up instances -------------------------------------+------------------------------------- Reporter: fumieval | Owner: Type: feature request | Status: closed Priority: normal | Milestone: Component: libraries/base | Version: 7.10.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D1049 -------------------------------------+------------------------------------- Comment (by bgamari): The `Traversable ZipList` instance was missing from the above commit and was added in a1c934c1b97a09db841d20da4811e0e1310f7511 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10609#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC