mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 03:54:12 +02:00
Added comment that there is a comment in eval.c about how to make case
1.1 succeed.
This commit is contained in:
parent
6642f7ace4
commit
b8ad7a213a
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@
|
||||||
;; In thread:
|
;; In thread:
|
||||||
;; defines in letrec body
|
;; defines in letrec body
|
||||||
;; http://groups.google.com/groups?selm=87bsoq0wfk.fsf%40app.dial.idiom.com
|
;; http://groups.google.com/groups?selm=87bsoq0wfk.fsf%40app.dial.idiom.com
|
||||||
|
|
||||||
|
;; See eval.c for how to make this test succeed. Look for "r5rs pitfall".
|
||||||
|
|
||||||
(should-be-but-isnt 1.1 0
|
(should-be-but-isnt 1.1 0
|
||||||
(let ((cont #f))
|
(let ((cont #f))
|
||||||
(letrec ((x (call-with-current-continuation (lambda (c) (set! cont c) 0)))
|
(letrec ((x (call-with-current-continuation (lambda (c) (set! cont c) 0)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue