2005-03-28 23:45:13 -05:00
|
|
|
IN: temporary
|
2006-05-17 19:44:30 -04:00
|
|
|
USING: generic kernel math memory words prettyprint
|
2005-05-15 21:17:56 -04:00
|
|
|
sequences test ;
|
2005-02-14 22:15:02 -05:00
|
|
|
|
2005-07-25 17:13:35 -04:00
|
|
|
TUPLE: testing x y z ;
|
|
|
|
|
|
|
|
[ f 1 2 3 ] [ 1 2 3 <testing> [ ] each-slot ] unit-test
|
|
|
|
|
2005-04-25 03:33:33 -04:00
|
|
|
[ ] [
|
|
|
|
num-types [
|
2005-08-14 18:13:16 -04:00
|
|
|
type>class [
|
2006-05-17 19:44:30 -04:00
|
|
|
"predicate" word-prop instances [
|
|
|
|
class drop
|
|
|
|
] each
|
2005-07-31 23:38:33 -04:00
|
|
|
] when*
|
|
|
|
] each
|
2005-04-25 03:33:33 -04:00
|
|
|
] unit-test
|