Skip to content
  • Simon Peyton Jones's avatar
    Improve floated dicts in Specialise · 2c541f99
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    Second fix to #21391.  It turned out that we missed calling
    bringFloatedDictsIntoScope when specialising imports, which
    led to the same bug as before.
    
    I refactored to move that call to a single place, in specCalls,
    so we can't forget it.
    
    This meant making `FloatedDictBinds` into its own type, pairing
    the dictionary bindings themselves with the set of their binders.
    Nicer this way.
    2c541f99