Skip to content
  • Simon Peyton Jones's avatar
    Improve consistency checking for associated type-family instances · d79c0c48
    Simon Peyton Jones authored
    The "consistency" in this case is beteween the instance head
    and the associated type instance head, which is made trickier
    by the presence of kind variables that are not explicitly mentioned
    in the class head.
    
    See Note [Checking consistent instantiation] in TcInstDcls
    
    This fixes Trac #7282.
    d79c0c48