]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/primes/solovay-strassen/solovay-strassen.factor
factor: trim using lists
[factor.git] / extra / math / primes / solovay-strassen / solovay-strassen.factor
index 4c7d0c9db31217be77cc85acead84ad3f400c7c0..4313d349b64aa7aa1e482550ad8c499f23123910 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2014 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: combinators kernel locals math math.extras
-math.extras.private math.functions math.ranges random sequences ;
+USING: combinators kernel math math.extras math.extras.private
+math.functions ranges random sequences ;
 
 IN: math.primes.solovay-strassen