racket/collects/r5rs/r5rs.rkt
2011-07-02 10:37:53 -04:00

4 lines
117 B
Racket

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