Skip to content
  • Simon Peyton Jones's avatar
    Kill off ifaceTyVarsOfType · a5a39264
    Simon Peyton Jones authored
    IfaceTypes are really not well suited to finding free variables etc.
    Nevertheless, there was quite a lot of code to do just that; but it
    was only used to see if a kind is variable-free so as to decide
    whether to print a forall binder.
    
    This patch simplifies to deal with just that case, replacing all
    the free-vars stuff with just ifTypeIsVarFree
    a5a39264