]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bloom-filters/bloom-filters.factor
factor: trim using lists
[factor.git] / basis / bloom-filters / bloom-filters.factor
index 147e8bba448030a14eb8d8b8ec2dfb24bd0e45f2..1296f8e408ea91ab7540f5456752094e549cf5ef 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Alec Berryman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays bit-arrays fry kernel kernel.private
-layouts locals math math.functions math.order math.private
+USING: accessors arrays bit-arrays kernel kernel.private
+layouts math math.functions math.order math.private
 ranges multiline sequences sequences.private typed ;
 
 IN: bloom-filters