2005-03-28 23:45:13 -05:00
|
|
|
IN: temporary
|
2005-03-26 20:40:29 -05:00
|
|
|
USING: compiler inference math ;
|
|
|
|
|
|
|
|
USE: test
|
|
|
|
|
|
|
|
: foo 1 2 ;
|
|
|
|
: bar foo foo ; compiled
|
|
|
|
: foo 1 2 3 ;
|
|
|
|
|
|
|
|
[ 1 2 3 1 2 3 ] [ bar ] unit-test
|
2005-07-30 22:14:34 -04:00
|
|
|
[ [ 0 3 ] ] [ [ foo ] infer ] unit-test
|