rosetta-code.y-combinator, fix IN:
parent
858e9210d8
commit
53aa8e1458
|
@ -1,5 +1,5 @@
|
||||||
USING: kernel tools.test ;
|
USING: kernel tools.test ;
|
||||||
IN: rosettacode.y-combinator
|
IN: rosetta-code.y-combinator
|
||||||
|
|
||||||
[ 120 ] [ 5 [ almost-fac ] Y call ] unit-test
|
[ 120 ] [ 5 [ almost-fac ] Y call ] unit-test
|
||||||
[ 8 ] [ 6 [ almost-fib ] Y call ] unit-test
|
[ 8 ] [ 6 [ almost-fib ] Y call ] unit-test
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (c) 2012 Anonymous
|
! Copyright (c) 2012 Anonymous
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: fry kernel math ;
|
USING: fry kernel math ;
|
||||||
IN: rosettacode.y-combinator
|
IN: rosetta-code.y-combinator
|
||||||
|
|
||||||
! http://rosettacode.org/wiki/Y_combinator
|
! http://rosettacode.org/wiki/Y_combinator
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue