lsm-tree-0.1.0.0: Log-structured merge-trees
Safe HaskellSafe-Inferred
LanguageGHC2021

Data.BloomFilter.Mutable.Internal

Description

This module exports MBloom' internals.

Synopsis

Documentation

data MBloom' s h a Source #

A mutable Bloom filter, for use within the ST monad.

Constructors

MBloom 

Fields

Instances

Instances details
Show (MBloom' s h a) Source # 
Instance details

Defined in Data.BloomFilter.Mutable.Internal

Methods

showsPrec :: Int -> MBloom' s h a -> ShowS #

show :: MBloom' s h a -> String #

showList :: [MBloom' s h a] -> ShowS #