]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/combinatorics/bits/bits.factor
factor: trim using lists
[factor.git] / extra / math / combinatorics / bits / bits.factor
index 23c62c9bda06ef4d2de82338e32a2213208d81c3..e3dc51adbcea9f479821bce5c1cd986a1c695549 100644 (file)
@@ -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 )