2005-03-28 23:45:13 -05:00
|
|
|
IN: temporary
|
2005-04-25 03:33:33 -04:00
|
|
|
USING: generic kernel lists math memory words prettyprint test ;
|
2005-02-14 22:15:02 -05:00
|
|
|
|
2005-04-25 03:33:33 -04:00
|
|
|
[ ] [
|
|
|
|
num-types [
|
|
|
|
[
|
|
|
|
builtin-type [
|
|
|
|
"predicate" word-prop instances [
|
|
|
|
class drop
|
|
|
|
] each
|
|
|
|
] when*
|
|
|
|
] keep
|
|
|
|
] repeat
|
|
|
|
] unit-test
|