summaryrefslogtreecommitdiff
path: root/Utility/Bloom.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Bloom.hs')
-rw-r--r--Utility/Bloom.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Bloom.hs b/Utility/Bloom.hs
index 668901f76..67841225c 100644
--- a/Utility/Bloom.hs
+++ b/Utility/Bloom.hs
@@ -53,7 +53,7 @@ notElemB :: a -> Bloom a -> Bool
notElemB = Bloom.notElemB
elemB :: a -> Bloom a -> Bool
-elemB = Bloom.elem
+elemB = Bloom.elemB
newMB :: (a -> [Bloom.Hash]) -> Int -> ST s (Bloom.MBloom s a)
newMB = Bloom.newMB