bug-guile
[Top][All Lists]
Advanced

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

[bug #30072] rest pattern after ellipsis


From: Stefan Israelsson Tampe
Subject: [bug #30072] rest pattern after ellipsis
Date: Thu, 09 Jun 2011 21:39:00 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.0) Gecko/20100101 Firefox/4.0

Follow-up Comment #1, bug #30072 (project guile):

Tried to fix ice-9/psyntax.scm to allow for this descreptancy

(define-syntax m 
  (syntax-rules ()
    ((_ ?x ... . ?y) (list ?x ... ?y))))

(write (m 1 2 3 . 0)) 

does work with supplied patch

(file #23514)
    _______________________________________________________

Additional Item Attachment:

File name: elipsis.diff                   Size:2 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30072>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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