X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fbloom-filters%2Fbloom-filters.factor;h=1296f8e408ea91ab7540f5456752094e549cf5ef;hp=147e8bba448030a14eb8d8b8ec2dfb24bd0e45f2;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/bloom-filters/bloom-filters.factor b/basis/bloom-filters/bloom-filters.factor index 147e8bba44..1296f8e408 100644 --- a/basis/bloom-filters/bloom-filters.factor +++ b/basis/bloom-filters/bloom-filters.factor @@ -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