Forked from
Glasgow Haskell Compiler / GHC
41699 commits behind, 122 commits ahead of the upstream repository.
-
Simon Peyton Jones authored
This bug caused Trac #7386, because in the (rather tricky) "type inference" (aka run time type reconstruction) done by the GHCi debugger, we were failing to instantiate a data type family correctly. When that code was written we didn't *have* data families. I wrote Note [Constructor arg types] to explain the new scheme.
Simon Peyton Jones authoredThis bug caused Trac #7386, because in the (rather tricky) "type inference" (aka run time type reconstruction) done by the GHCi debugger, we were failing to instantiate a data type family correctly. When that code was written we didn't *have* data families. I wrote Note [Constructor arg types] to explain the new scheme.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
RtClosureInspect.hs 51.07 KiB