rosetta-code.y-combinator, fix IN:

db4
Jon Harper 2012-08-04 18:44:44 +02:00 committed by John Benediktsson
parent 858e9210d8
commit 53aa8e1458
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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