X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FBitSet.hi;fp=ghc%2Fcompiler%2Futils%2FBitSet.hi;h=0000000000000000000000000000000000000000;hb=6c381e873e222417d9a67aeec77b9555eca7b7a8;hp=1882ac11bb306bfbc8c7991a89ca38b64ce84442;hpb=8147a9f0bcc48ef0db1e91f8b985a4f5c3fed560;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/BitSet.hi b/ghc/compiler/utils/BitSet.hi deleted file mode 100644 index 1882ac1..0000000 --- a/ghc/compiler/utils/BitSet.hi +++ /dev/null @@ -1,10 +0,0 @@ -{-# GHC_PRAGMA INTERFACE VERSION 5 #-} -interface BitSet where -data BitSet -emptyBS :: BitSet -listBS :: BitSet -> [Int] -minusBS :: BitSet -> BitSet -> BitSet -mkBS :: [Int] -> BitSet -singletonBS :: Int -> BitSet -unionBS :: BitSet -> BitSet -> BitSet -