(assoc 0 #f) => OK (reports err)
(assoc 0 '(1)) => SEGV
see http://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-4.html#node_idx_234
> The implementation must check that alist is a chain of pairs containing pairs
up to the found pair, or that it is indeed a list of pairs if no element is
found.
> It should not check that it is a chain of pairs beyond the found element.
Original issue reported on code.google.com by oku...@gmail.com on 5 Jul 2010 at 3:50
Original issue reported on code.google.com by
oku...@gmail.com
on 5 Jul 2010 at 3:50