7 lines
266 B
Scheme
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"))))
|