chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #1068: Possible regression: kanren: Error: unboun


From: Chicken Trac
Subject: Re: [Chicken-janitors] #1068: Possible regression: kanren: Error: unbound variable: move1330613308
Date: Sun, 15 Dec 2013 12:21:06 -0000

#1068: Possible regression: kanren: Error: unbound variable: move1330613308
----------------------+-----------------------------------------------------
  Reporter:  mario    |       Owner:        
      Type:  defect   |      Status:  new   
  Priority:  major    |   Milestone:  4.9.0 
 Component:  unknown  |     Version:  4.8.x 
Resolution:           |    Keywords:  kanren
----------------------+-----------------------------------------------------

Comment(by sjamaan):

 Here's a simple test case:

 {{{
 #!scm
 (t 1 (letrec ((foo (lambda () 1))
               (bar (let ((tmp (lambda (x) (if x (foo) (bar #t)))))
                      tmp)))
             (bar #f)))
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1068#comment:2>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]