fix bug in back-compat ifdef
This commit is contained in:
parent
fd7fea7316
commit
69d37bd894
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue