Fix transform for SEARCH on vectors.
authorStas Boukarev <stassats@gmail.com>
Thu, 8 Dec 2011 14:42:20 +0000 (18:42 +0400)
committerStas Boukarev <stassats@gmail.com>
Thu, 8 Dec 2011 14:43:09 +0000 (18:43 +0400)
commit2c9e9cdf20257c422cd43bd30b89990499bca475
treef2b17cc41dd96828df49827a32c9ad428d41f187
parent600df9154f14937ac2f8b63d172c57a8626a8028
Fix transform for SEARCH on vectors.

An empty first sequence means that (= start1 end1) and it will match
the second sequence anywhere starting from start2, so return start2
in case of (= start1 end1).
src/compiler/seqtran.lisp
tests/seq.pure.lisp