[GHC] #13826: :t Predicate (length :: [] -> Int)
GHC
ghc-devs at haskell.org
Wed Jun 14 21:19:34 UTC 2017
#13826: :t Predicate (length :: [] -> Int)
-------------------------------------+------------------------------
Reporter: dpsrt | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.2
Resolution: duplicate | Keywords:
Operating System: Unknown/Multiple | Architecture: Other
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #13106 | Differential Rev(s):
Wiki Page: |
-------------------------------------+------------------------------
Changes (by RyanGlScott):
* status: new => closed
* resolution: => duplicate
* related: => #13106
Comment:
Thanks for the bug report. This is a duplicate of #13106, which has been
fixed in GHC 8.2.
Note that this panic is usually caused by using identifiers that aren't
in-scope (in your case, `Predicate`) in just the right way.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13826#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list