lang/r5rs.ss is a stub for r5rs/r5rs.ss
svn: r1160
This commit is contained in:
parent
664db6f965
commit
5805633713
6
collects/lang/r5rs.ss
Normal file
6
collects/lang/r5rs.ss
Normal file
|
@ -0,0 +1,6 @@
|
|||
;; 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 "r5rs.ss" "r5rs")
|
||||
;; instead.
|
||||
(module r5rs (lib "r5rs.ss" "r5rs")
|
||||
(#%provide (all-from (lib "r5rs.ss" "r5rs"))))
|
Loading…
Reference in New Issue
Block a user