X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fmath%2Fcombinatorics%2Fbits%2Fbits.factor;h=e3dc51adbcea9f479821bce5c1cd986a1c695549;hp=23c62c9bda06ef4d2de82338e32a2213208d81c3;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/math/combinatorics/bits/bits.factor b/extra/math/combinatorics/bits/bits.factor index 23c62c9bda..e3dc51adbc 100644 --- a/extra/math/combinatorics/bits/bits.factor +++ b/extra/math/combinatorics/bits/bits.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2013 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: fry kernel math math.bitwise sequences ; +USING: kernel math math.bitwise sequences ; IN: math.combinatorics.bits : next-permutation-bits ( v -- w )