Skip to content
Snippets Groups Projects
  • Simon Peyton Jones's avatar
    c41ca798
    Fix the instantiation of data constructors in the GHCi debugger · c41ca798
    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.
    c41ca798
    History
    Fix the instantiation of data constructors in the GHCi debugger
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
RtClosureInspect.hs 51.07 KiB