project-euler: fix shadowing of permutations?.

db4
John Benediktsson 2012-04-26 16:58:09 -07:00
parent 2ec0bf3037
commit 7bba1972a1
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: arrays byte-arrays fry kernel math math.combinatorics math.functions
math.parser math.primes project-euler.common sequences sets ;
FROM: project-euler.common => permutations? ;
IN: project-euler.049
! http://projecteuler.net/index.php?section=problems&id=49

View File

@ -3,6 +3,7 @@
! A copy of the license is available at http://factorcode.org/license.txt
USING: arrays assocs combinators.short-circuit kernel math math.combinatorics
math.functions math.primes math.ranges project-euler.common sequences ;
FROM: project-euler.common => permutations? ;
IN: project-euler.070
! http://projecteuler.net/index.php?section=problems&id=70