Re: [Scheme-reports] multiple returns from map functions?
xacc.ide@gmail.com 05 May 2011 15:43 UTC
> The draft does see fit to change map to terminate early, though.
The brings up the question whether list control procedures can accept cyclic
lists.
Should the following be valid?
(map cons #0=(a b c . #0#) '(1 2 3 4 5))
=> ((a 1) (b 2) (c 3) (a 4) (b 5))
Cheers
leppie
_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports