The Racket repository
Go to file
2009-03-23 13:17:46 +00:00
collects improve types for foldl, foldr 2009-03-23 12:02:46 +00:00
doc record per-thread milliseconds 2009-03-23 01:26:51 +00:00
man/man1 2008 -> 2009 2009-01-04 15:34:50 +00:00
src optimize (if (if <test> #t #f) <t> <f>) to (if <test> #t #f); this pattern happens with 'and' and constant folding 2009-03-23 13:17:46 +00:00