]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/sequences/lib/lib.factor
Fix conflict
[factor.git] / extra / sequences / lib / lib.factor
index c0e258ab9fa9b637f159a830eec3703f073f0578..1debe3f91b7d163a8f424bb8573cec88ce06882c 100755 (executable)
@@ -2,7 +2,7 @@
 !                    Eduardo Cavazos, Daniel Ehrenberg.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: combinators.lib kernel sequences math namespaces assocs 
-random sequences.private shuffle math.functions mirrors
+random sequences.private shuffle math.functions
 arrays math.parser math.private sorting strings ascii macros
 assocs.lib quotations hashtables math.order locals ;
 IN: sequences.lib