]> 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 0a279ba8af916fe7b52a285cc8b75f4b70456adb..1296f8e408ea91ab7540f5456752094e549cf5ef 100644 (file)
@@ -1,8 +1,8 @@
 ! 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
-math.ranges multiline sequences sequences.private typed ;
+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