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