racket/collects/r5rs/r5rs.rkt
2010-04-27 16:50:15 -06:00

4 lines
115 B
Racket

(module r5rs "main.ss"
(#%require (only scheme/base provide all-from-out))
(provide (all-from-out "main.ss")))