[project @ 1996-03-21 12:46:33 by partain]
[ghc-hetmet.git] / ghc / compiler / prelude / TysPrim.lhs
index afc81b9..c16c6b8 100644 (file)
@@ -20,14 +20,14 @@ import PrimRep              ( PrimRep(..) ) -- getPrimRepInfo uses PrimRep repn
 import TyCon           ( mkPrimTyCon, mkDataTyCon,
                          ConsVisible(..), NewOrData(..) )
 import TyVar           ( GenTyVar(..), alphaTyVars )
-import Type            ( applyTyCon, mkTyVarTy )
+import Type            ( applyTyCon, mkTyVarTys )
 import Usage           ( usageOmega )
 import Unique
 
 \end{code}
 
 \begin{code}
-alphaTys = map mkTyVarTy alphaTyVars
+alphaTys = mkTyVarTys alphaTyVars
 (alphaTy:betaTy:gammaTy:deltaTy:_) = alphaTys
 \end{code}