Skip to content
  • Vladislav Zavialov's avatar
    Remove second tcLookupTcTyCon in tcDataDefn · bee4cdad
    Vladislav Zavialov authored and Marge Bot's avatar Marge Bot committed
    Before this patch, tcDataDefn used to call tcLookupTcTyCon twice in a row:
    	1. in bindTyClTyVars itself
    	2. in the continuation passed to it
    
    Now bindTyClTyVars passes the TcTyCon to the continuation, making
    the second lookup unnecessary.
    bee4cdad