[project @ 1997-05-18 19:58:44 by sof]
authorsof <unknown>
Sun, 18 May 1997 19:58:44 +0000 (19:58 +0000)
committersof <unknown>
Sun, 18 May 1997 19:58:44 +0000 (19:58 +0000)
Updated mkDataCon

ghc/compiler/types/TyLoop.lhi

index 267140f..c03a087 100644 (file)
@@ -49,7 +49,7 @@ voidTy :: Type
 -- Needed in TysWiredIn
 data StrictnessMark = MarkedStrict | NotMarkedStrict
 mkDataCon :: Name -> [StrictnessMark] -> [FieldLabel]
-         -> [TyVar] -> [(Class,Type)] -> [Type] -> TyCon
+         -> [TyVar] -> [(Class,Type)] -> [TyVar] -> [(Class,Type)] -> [Type] -> TyCon
          -> Id
 mkTupleCon ::  Int -> Name -> Type -> Id
 \end{code}