[GHC] #9754: Fix Applicative instances in the wake of AMP

#9754: Fix Applicative instances in the wake of AMP -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: new Priority: normal | Milestone: 7.10.1 Component: Core Libraries | Version: 7.8.3 Keywords: AMP | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Unknown | Type of failure: Other Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- I haven't tracked down all the problems yet, but several experiments leading to validation failures strongly suggest that some `Applicative` instances in the GHC tree fail to interact properly with their associated `Monad` instances. That is, `ap ≠ (<*>)` and/or `(>>) ≠ (*>)`. We should be able to fix these up by fleshing out the appropriate instance declarations. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9754 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9754: Fix Applicative instances in the wake of AMP -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: closed Priority: normal | Milestone: 7.10.1 Component: Core | Version: 7.8.3 Libraries | Keywords: AMP Resolution: invalid | Architecture: Unknown/Multiple Operating System: | Difficulty: Unknown Unknown/Multiple | Blocked By: Type of failure: Other | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by dfeuer): * status: new => closed * resolution: => invalid Comment: Whoops! It looks like I picked the wrong suspect. Sorry for the noise. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9754#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC