[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / compiler / basicTypes / MkId.hi-boot
index 4ecec96..09a7f14 100644 (file)
@@ -1,6 +1,5 @@
 _interface_ MkId 1
 _exports_
-MkId mkDataCon mkTupleCon ;
+MkId mkDataConId ;
 _declarations_
-1 mkDataCon _:_ Name.Name -> [Id!StrictnessMark] -> [FieldLabel!FieldLabel] -> [TyVar.TyVar] -> Type.ThetaType -> [TyVar.TyVar] -> Type!ThetaType -> [Type!TauType] -> TyCon!TyCon -> Id!Id ;;
-1 mkTupleCon _:_ PrelBase.Int -> Name.Name -> Type!Type -> Id!Id ;;
+1 mkDataConId _:_ DataCon.DataCon -> Var.Id ;;