]> gitweb.factorcode.org Git - factor.git/blob - basis/models/arrow/smart/smart-tests.factor
7f8ba7cd0e7facc8e5270bbaf5c882e21a755291
[factor.git] / basis / models / arrow / smart / smart-tests.factor
1 IN: models.arrows.smart.tests
2 USING: models.arrow.smart tools.test accessors models math kernel ;
3
4 [ 7 ] [ 3 <model> 4 <model> [ + ] <smart-arrow> [ activate-model ] [ value>> ] bi ] unit-test