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