Skip to content
  • Simon Peyton Jones's avatar
    In doTopReactDict, try lookup even if fundeps work · d31dd88d
    Simon Peyton Jones authored
    Previously we looked for fundeps, and if any fired we
    didn't try to solve the constraint.  But that's wrong
    (see Note [Weird fundeps]).  Now I solve first and only
    if that fails try fundeps.  Code is neater too.
    
    Fixes Trac #7875
    d31dd88d