update benz
This commit is contained in:
parent
0ad4daa338
commit
8b9a3f513a
|
@ -1 +1 @@
|
|||
Subproject commit a2848f3eafdbe3a4579dd4c8054ab7e3b62e6812
|
||||
Subproject commit 8c174cd505aa4fc3b7937819506423b39b405216
|
|
@ -507,7 +507,6 @@
|
|||
|
||||
(export call-with-current-continuation
|
||||
call/cc
|
||||
continue
|
||||
dynamic-wind
|
||||
values
|
||||
call-with-values)
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
(import (except (scheme base) set!)
|
||||
(prefix (only (scheme base) set!) %)
|
||||
(picrin dictionary)
|
||||
(picrin base)
|
||||
(except (picrin base) set!)
|
||||
(srfi 1)
|
||||
(srfi 8))
|
||||
|
||||
|
||||
(define-syntax set!
|
||||
(syntax-rules ()
|
||||
((_ (proc args ...) val)
|
||||
|
|
Loading…
Reference in New Issue