factor/library/test/memory.factor

15 lines
303 B
Factor
Raw Normal View History

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