[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / basicTypes / ProtoName.hi
diff --git a/ghc/compiler/basicTypes/ProtoName.hi b/ghc/compiler/basicTypes/ProtoName.hi
deleted file mode 100644 (file)
index b295e28..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
-interface ProtoName where
-import Maybes(Labda)
-import Name(Name)
-import Outputable(NamedThing, Outputable)
-import PreludePS(_PackedString)
-data Labda a 
-data Name 
-data ProtoName   = Unk _PackedString | Imp _PackedString _PackedString [_PackedString] _PackedString | Prel Name
-cmpByLocalName :: ProtoName -> ProtoName -> Int#
-cmpProtoName :: ProtoName -> ProtoName -> Int#
-elemByLocalNames :: ProtoName -> [ProtoName] -> Bool
-elemProtoNames :: ProtoName -> [ProtoName] -> Bool
-eqByLocalName :: ProtoName -> ProtoName -> Bool
-eqProtoName :: ProtoName -> ProtoName -> Bool
-isConopPN :: ProtoName -> Bool
-mkPreludeProtoName :: Name -> ProtoName
-instance NamedThing ProtoName
-instance Outputable ProtoName
-