guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 05/09: (ice-9 null) also re-exports core aux syntax


From: Andy Wingo
Subject: [Guile-commits] 05/09: (ice-9 null) also re-exports core aux syntax
Date: Fri, 27 Sep 2019 17:15:54 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit f62e19bd10f3380d46dc03dabeb1cf3b307b0e9c
Author: Andy Wingo <address@hidden>
Date:   Fri Sep 27 22:13:57 2019 +0200

    (ice-9 null) also re-exports core aux syntax
    
    * module/ice-9/null.scm: Re-export _, else, =>, and the ellipsis.
---
 module/ice-9/null.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/ice-9/null.scm b/module/ice-9/null.scm
index 58b271e..7fcbe58 100644
--- a/module/ice-9/null.scm
+++ b/module/ice-9/null.scm
@@ -1,4 +1,4 @@
-;;;;   Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
+;;;;   Copyright (C) 2000, 2001, 2006, 2019 Free Software Foundation, Inc.
 ;;;; 
 ;;;; This library is free software; you can redistribute it and/or
 ;;;; modify it under the terms of the GNU Lesser General Public
@@ -20,7 +20,7 @@
 (define-module (ice-9 null)
   :re-export-syntax (define quote lambda if set!
        
-                    cond case and or
+                    cond case and or => _ ... else
                      
                     let let* letrec
           



reply via email to

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