X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FProtoName.hi;fp=ghc%2Fcompiler%2FbasicTypes%2FProtoName.hi;h=0000000000000000000000000000000000000000;hb=6c381e873e222417d9a67aeec77b9555eca7b7a8;hp=b295e28e885e88aa7ac7397326495e8d161a6260;hpb=8147a9f0bcc48ef0db1e91f8b985a4f5c3fed560;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/ProtoName.hi b/ghc/compiler/basicTypes/ProtoName.hi deleted file mode 100644 index b295e28..0000000 --- a/ghc/compiler/basicTypes/ProtoName.hi +++ /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 -