
#10248: GHC panic when used with deferred type errors, again
---------------------------------------+-------------------------------
Reporter: Iceland_jack | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 7.10.1-rc3
Keywords: | Operating System: Linux
Architecture: x86 | Type of failure: Other
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
---------------------------------------+-------------------------------
Similar to previous report of mine #9834. Given `error.hs`
{{{#!hs
data I a = I a
}}}
I get the following result:
{{{#!hs
$ ghci -fdefer-type-errors -ignore-dot-ghci error.hs