[GHC] #13749: Panic (initTc: unresolved constraints) on some bad code
GHC
ghc-devs at haskell.org
Tue May 23 22:27:15 UTC 2017
#13749: Panic (initTc: unresolved constraints) on some bad code
-------------------------------------+-------------------------------------
Reporter: uranium | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.2
Resolution: duplicate | Keywords:
Operating System: Linux | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash or panic | 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, `get`, `execState`, etc.) in just the right way.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13749#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list