The Racket repository
Go to file
Eli Barzilay d5822a3ee5 Remove the special case hack for getting zero values at the end of a
generator.  This will make this:

  (generator (yield 1) (yield))

also repeat #<void> when it's done which will be very confusing.  Better
just add a note in the docs on (generator (yield 1)) returning no values
when it's done.

Also, remove some of the `case-lambda' optimizations...

svn: r17983
2010-02-05 03:22:12 +00:00
collects Remove the special case hack for getting zero values at the end of a 2010-02-05 03:22:12 +00:00
doc A bunch of additional typos 2010-02-05 03:21:52 +00:00
man/man1 2009 -> 2010 2009-12-22 05:52:15 +00:00
src A bunch of additional typos 2010-02-05 03:21:52 +00:00