chicken-janitors
[Top][All Lists]
Advanced

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

Re: #1758: internal compiler error


From: Chicken Trac
Subject: Re: #1758: internal compiler error
Date: Fri, 28 May 2021 17:20:41 -0000

#1758: internal compiler error
---------------------------------------+---------------------
            Reporter:  Idiomdrottning  |      Owner:  (none)
                Type:  defect          |     Status:  new
            Priority:  major           |  Milestone:  someday
           Component:  unknown         |    Version:  5.2.0
          Resolution:                  |   Keywords:
Estimated difficulty:                  |
---------------------------------------+---------------------

Comment (by megane):

 Somewhat reduced:
 {{{
 (set! pairup
     (lambda args
       (let ((ren args))
         (let ((fail
                (lambda ()
                  (if (pair? ren)
                      (null? (cdr ren))))))
           (if (pair? ren)
               1
               (fail))))))
 }}}

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1758#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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