[GHC] #14605: Core Lint error
GHC
ghc-devs at haskell.org
Wed Jan 3 12:42:53 UTC 2018
#14605: Core Lint error
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.2
Resolution: | Keywords: TypeInType,
| DeferredTypeErrors
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #14584 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Simon Peyton Jones <simonpj@…>):
In [changeset:"298ec78c8832b391c19d662576e59c3e16bd43b0/ghc"
298ec78c/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="298ec78c8832b391c19d662576e59c3e16bd43b0"
No deferred type errors under a forall
As Trac #14605 showed, we can't defer a type error under a
'forall' (when unifying two forall types).
The fix is simple.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14605#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list