[GHC] #8218: Missing instance Monad WrappedMonad

#8218: Missing instance Monad WrappedMonad ------------------------------------+------------------------------------- Reporter: jcpetruzza | Owner: Type: feature request | Status: new Priority: normal | Milestone: Component: libraries/base | Version: 7.6.3 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- Add to Control.Applicative the missing instance: {{{ instance Monad m => Monad (WrappedMonad m) where return = WrapMonad . return a >>= f = WrapMonad (unwrapMonad a >>= unwrapMonad . f) }}} Mailing-list discussion here: http://markmail.org/message/jfy7v2dgn7fpzplb -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8218 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8218: Missing instance Monad WrappedMonad -------------------------------------+------------------------------------ Reporter: jcpetruzza | Owner: monoidal Type: feature request | Status: new Priority: normal | Milestone: Component: libraries/base | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by monoidal): * owner: => monoidal -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8218#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8218: Missing instance Monad WrappedMonad
-------------------------------------+------------------------------------
Reporter: jcpetruzza | Owner: monoidal
Type: feature request | Status: new
Priority: normal | Milestone:
Component: libraries/base | Version: 7.6.3
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 Krzysztof Gogolewski

#8218: Missing instance Monad WrappedMonad
-------------------------------------+------------------------------------
Reporter: jcpetruzza | Owner: monoidal
Type: feature request | Status: new
Priority: normal | Milestone:
Component: libraries/base | Version: 7.6.3
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 Krzysztof Gogolewski

#8218: Missing instance Monad WrappedMonad
-------------------------------------+------------------------------------
Reporter: jcpetruzza | Owner: monoidal
Type: feature request | Status: new
Priority: normal | Milestone:
Component: libraries/base | Version: 7.6.3
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 Krzysztof Gogolewski

#8218: Missing instance Monad WrappedMonad -------------------------------------+------------------------------------ Reporter: jcpetruzza | Owner: monoidal Type: feature request | Status: closed Priority: normal | Milestone: Component: libraries/base | Version: 7.6.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by monoidal): * status: new => closed * resolution: => fixed Comment: Done, thanks for the report. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8218#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC