]> gitweb.factorcode.org Git - factor.git/blob - basis/compiler/tree/combinators/combinators-tests.factor
d012b5f6583f50dcc5fa519ef199cab1161d117b
[factor.git] / basis / compiler / tree / combinators / combinators-tests.factor
1 IN: compiler.tree.combinators.tests
2 USING: compiler.tree.combinators tools.test kernel ;
3
4 { 1 0 } [ [ drop ] each-node ] must-infer-as
5 { 1 1 } [ [ ] map-nodes ] must-infer-as
6 { 1 1 } [ [ ] contains-node? ] must-infer-as