racket/collects/srfi/61
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
..
cond.rkt Convert srfi/61/cond to use modern module style. 2013-02-28 10:05:50 -05:00