racket/collects/lang/r5rs.ss
Eli Barzilay 4e2d8a5b87 Rename r5rs/r5rs.ss -> r5rs/lang.ss
Create a new r5rs/r5rs.ss that can be required to make an R5RS repl

svn: r1163
2005-10-26 07:22:24 +00:00

7 lines
266 B
Scheme

;; This module provides R5RS Scheme, which is defined in "r5rs/r5rs.ss".
;; This file is here only as a stub for backward compatibility; use
;; (lib "lang.ss" "r5rs")
;; instead.
(module r5rs (lib "lang.ss" "r5rs")
(#%provide (all-from (lib "lang.ss" "r5rs"))))