2008-07-27 21:25:42 -04:00
|
|
|
USING: compiler.tree.combinators tools.test kernel ;
|
2009-08-13 20:21:44 -04:00
|
|
|
IN: compiler.tree.combinators.tests
|
2008-07-23 01:17:08 -04:00
|
|
|
|
|
|
|
{ 1 0 } [ [ drop ] each-node ] must-infer-as
|
2008-07-27 23:47:40 -04:00
|
|
|
{ 1 1 } [ [ ] map-nodes ] must-infer-as
|
2008-07-30 04:38:10 -04:00
|
|
|
{ 1 1 } [ [ ] contains-node? ] must-infer-as
|