Skip to content
  • Simon Peyton Jones's avatar
    Remove a zonkTcTyVarToTyVar · 29978ef1
    Simon Peyton Jones authored
    This patch fixes Trac #15778 by removing a zonkTcTyVarToTyVar
    from tcHsSigType.
    
    Nww that a pattern-bound type variable can refer to a type, it's
    obvoiusly wrong to expect it to be a TyVar!  Moreover, that zonk
    is entirely unnecessary.
    
    I added a new Note [Type variables in the type environment]
    in TcRnTypes
    29978ef1