Provide R5RS's let as STANDARD-LET to the implementation of SRFI 5
This commit is contained in:
parent
f4fbe4c986
commit
ec4ec22eac
|
@ -773,7 +773,7 @@
|
|||
; SRFI-4 - needs hacks to the reader
|
||||
|
||||
(define-structure srfi-5 (export (let :syntax))
|
||||
(open (modify scheme-level-2 (hide let)))
|
||||
(open (modify scheme-level-2 (rename (let standard-let))))
|
||||
(files (srfi srfi-5)))
|
||||
|
||||
(define-structure srfi-6 (export open-input-string
|
||||
|
|
Loading…
Reference in New Issue