[Scheme-reports] multiple returns from map functions? Andy Wingo (05 May 2011 15:13 UTC)
Re: [Scheme-reports] multiple returns from map functions? Aaron W. Hsu (05 May 2011 15:31 UTC)
Re: [Scheme-reports] multiple returns from map functions? xacc.ide@gmail.com (05 May 2011 15:49 UTC)
Re: [Scheme-reports] multiple returns from map functions? Aaron W. Hsu (05 May 2011 17:40 UTC)
Re: [Scheme-reports] multiple returns from map functions? Aaron W. Hsu (05 May 2011 19:19 UTC)

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