math.factorials: cleanup using.

db4
John Benediktsson 2013-04-08 15:23:39 -07:00
parent 4fa6e09310
commit 25f1758384
1 changed files with 2 additions and 2 deletions

View 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