[GHC] #8454: kindFunResult
GHC
ghc-devs at haskell.org
Fri Oct 18 02:37:01 UTC 2013
#8454: kindFunResult
---------------------------------+----------------------------------
Reporter: adinapoli | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Resolution: duplicate | Keywords:
Operating System: MacOS X | Architecture: x86_64 (amd64)
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
---------------------------------+----------------------------------
Changes (by monoidal):
* status: new => closed
* resolution: => duplicate
Comment:
Already fixed in HEAD
(http://ghc.haskell.org/trac/ghc/search?q=kindFunResult), which gives a
good error message. The cause is that `lift forever (monitor ...)` should
be `lift (forever (monitor ...))`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8454#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list