[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / utils / BitSet.hi
diff --git a/ghc/compiler/utils/BitSet.hi b/ghc/compiler/utils/BitSet.hi
deleted file mode 100644 (file)
index 1882ac1..0000000
+++ /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
-