]> gitweb.factorcode.org Git - factor.git/blob - extra/math/erato/erato-tests.factor
Updating libraries that uses lazy-lists to use lists/lazy
[factor.git] / extra / math / erato / erato-tests.factor
1 ! Copyright (c) 2007 Samuel Tardieu.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: lists lists.lazy math.erato tools.test ;
4 IN: math.erato.tests
5
6 [ { 2 3 5 7 11 13 17 19 } ] [ 20 lerato list>array ] unit-test