Skip to content
  • Simon Peyton Jones's avatar
    Use foldTyCo for exactTyCoVarsOfType · 5541b87c
    Simon Peyton Jones authored
    This entailed
    
    * Adding a tcf_view field to TyCoFolder
    
    * Moving exactTyCoVarsOtType to TcType.  It properly belongs
      there, since only the typechecker calls this function. But
      it also means that we can "see" and inline tcView.
    
    Metric Decrease:
      T14683
    5541b87c