New test for non-linearity + ...

svn: r9869
This commit is contained in:
Sam Tobin-Hochstadt 2008-05-16 19:55:28 +00:00
parent 87f8e830b6
commit 1d67f058fc

View File

@ -556,6 +556,10 @@
[(list-no-order 1 2 3 rest ... e) rest]
[_ 'no])))
'no))
(comp '((2 4) (2 1))
(match '(3 2 4 3 2 1)
[(list x y ... x z ...)
(list y z)]))
))