#1513: odd panic with [()] >>> ()
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 6.6
Severity: normal | Resolution: fixed
Keywords: panic | Difficulty: Unknown
Os: Linux | Testcase:
Architecture: x86 |
---------------------------------+------------------------------------------
Changes (by simonmar):
* resolution: => fixed
* status: new => closed
Comment:
Bug doesn't appear to exist in HEAD:
{{{
Prelude Control.Arrow> [1, 2] >>> pure (+1)
<interactive>:1:0:
Couldn't match expected type `a b c' against inferred type `[a1]'
In the first argument of `(>>>)', namely `[1, 2]'
In the expression: [1, 2] >>> (pure ((+ 1)))
In the definition of `it': it = [1, 2] >>> (pure ((+ 1)))
}}}
Possibly a dup of #1376. I'm closing it as fixed anyway.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1513>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs