Fix load error in project-euler
parent
3a0ad7a0f5
commit
bba0ff79c5
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (c) 2007 Aaron Schaefer
|
! Copyright (c) 2007 Aaron Schaefer
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays combinators io kernel math math.functions math.parser
|
USING: arrays combinators io kernel math math.functions math.parser
|
||||||
math.statistics namespaces sequences tools.time ;
|
math.statistics namespaces sequences tools.time continuations ;
|
||||||
IN: project-euler.ave-time
|
IN: project-euler.ave-time
|
||||||
|
|
||||||
: collect-benchmarks ( quot n -- seq )
|
: collect-benchmarks ( quot n -- seq )
|
||||||
|
|
Loading…
Reference in New Issue