From 25f17583841d72a1b6f783c77100a72bc7e82cef Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 8 Apr 2013 15:23:39 -0700 Subject: [PATCH] math.factorials: cleanup using. --- extra/math/factorials/factorials.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/math/factorials/factorials.factor b/extra/math/factorials/factorials.factor index df025dde5c..957a94fd9d 100644 --- a/extra/math/factorials/factorials.factor +++ b/extra/math/factorials/factorials.factor @@ -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