Commit Graph

5 Commits

Author SHA1 Message Date
Chris K. Jester-Young
9e93ee2682 Convert srfi/61/cond to use modern module style.
This ensures that `=>` and `else` have the same bindings as the ones in
`racket/private/cond`; otherwise it would not be possible to use SRFI 61
`cond` from a `#lang racket/base` program/module.

Tested under both `#lang racket` and `#lang mzscheme`.
2013-02-28 10:05:50 -05:00
Matthew Flatt
28b4043077 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
Eli Barzilay
bb34f747b6 make all files terminate with a newline
svn: r8786
2008-02-24 21:27:36 +00:00
Chongkai Zhu
af9b25ff0f SRFI 61 port
svn: r1702
2005-12-27 19:51:25 +00:00
Chongkai Zhu
984631d7f1 SRFI 61
svn: r1655
2005-12-20 04:57:48 +00:00