[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / codeGen / SMRep.hi
diff --git a/ghc/compiler/codeGen/SMRep.hi b/ghc/compiler/codeGen/SMRep.hi
deleted file mode 100644 (file)
index e8d86a3..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
-interface SMRep where
-import Outputable(Outputable)
-data SMRep   = StaticRep Int Int | SpecialisedRep SMSpecRepKind Int Int SMUpdateKind | GenericRep Int Int SMUpdateKind | BigTupleRep Int | DataRep Int | DynamicRep | BlackHoleRep | PhantomRep | MuTupleRep Int
-data SMSpecRepKind   = SpecRep | ConstantRep | CharLikeRep | IntLikeRep
-data SMUpdateKind   = SMNormalForm | SMSingleEntry | SMUpdatable
-getSMInfoStr :: SMRep -> [Char]
-getSMInitHdrStr :: SMRep -> [Char]
-getSMUpdInplaceHdrStr :: SMRep -> [Char]
-ltSMRepHdr :: SMRep -> SMRep -> Bool
-instance Eq SMRep
-instance Ord SMRep
-instance Outputable SMRep
-instance Text SMRep
-