Removed unnecessary code

'filt' is neither mentioned in the book nor anywhere else in the code
This commit is contained in:
Tong-Kiat Tan 2014-08-09 16:09:31 +08:00
parent 7139954ce6
commit d6ab918c51

View File

@ -3,8 +3,6 @@ import Data.BloomFilter.Hash (cheapHashes)
import Data.Map (Map, empty, insertWith)
import qualified Data.Map as Map
filt = BF.fromList (cheapHashes 3) 1024 ["foo", "bar", "quux"]
-- Using a Bloom filter
main = do
let strands = ["GAT", "GATC", "CGT", "GAT", "GAT", "CGT", "GAT", "CGT"]