[GHC] #14554: Core Lint error mixing
GHC
ghc-devs at haskell.org
Thu Dec 14 13:28:06 UTC 2017
#14554: Core Lint error mixing
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
Resolution: | Keywords: TypeInType,
| PolyKinds
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #14556 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Simon Peyton Jones <simonpj@…>):
In [changeset:"b1ea0475894713b9fc753bf288589e0dc3175083/ghc" b1ea047/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="b1ea0475894713b9fc753bf288589e0dc3175083"
Fix an outright bug in the unflattener
Trac #14554 showed up an outright bug in the unflattening code in
TcFlatten. I was filling in a coercion with the wrong coercion (a Syn
in the wrong place). Result: "Bad coercion hole" assertion failures,
and Core Lint Errors.
Easily fixed, and the code is simpler too.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14554#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list