]> gitweb.factorcode.org Git - factor.git/commitdiff
math.factorials: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 8 Apr 2013 22:23:39 +0000 (15:23 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 8 Apr 2013 22:23:39 +0000 (15:23 -0700)
extra/math/factorials/factorials.factor

index df025dde5c88e4a99680d484aa1fef2effb9e2c6..957a94fd9db54437bbcc47a0903ea953ac0b7dde 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2013 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: combinators combinators.short-circuit kernel locals math
-math.functions math.ranges memoize sequences ;
+USING: combinators kernel math math.functions math.ranges
+memoize sequences ;
 
 IN: math.factorials