]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cuckoo-filters/cuckoo-filters.factor
factor: trim using lists
[factor.git] / basis / cuckoo-filters / cuckoo-filters.factor
index 87dc1d189865ca2340c03f6b5214154c2e016271..f9664bfdacb117e921b9c2cc1031036245447c0d 100644 (file)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors alien alien.c-types alien.data arrays checksums
-checksums.sha combinators.short-circuit kernel locals math
-math.bitwise random sequences ;
+checksums.sha combinators.short-circuit kernel math math.bitwise
+random sequences ;
 
 IN: cuckoo-filters