diff options
author | Andy Wingo <wingo@pobox.com> | 2019-09-27 22:13:57 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-09-27 22:57:38 +0200 |
commit | f62e19bd10f3380d46dc03dabeb1cf3b307b0e9c (patch) | |
tree | 73e3988e478257754fab3f93eb6a0deeff3d2376 | |
parent | 3be16199ab2cc4bf0ff96fa7a39145e0f28fb1ac (diff) | |
download | guile-f62e19bd10f3380d46dc03dabeb1cf3b307b0e9c.tar.gz |
(ice-9 null) also re-exports core aux syntax
* module/ice-9/null.scm: Re-export _, else, =>, and the ellipsis.
-rw-r--r-- | module/ice-9/null.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/ice-9/null.scm b/module/ice-9/null.scm index 58b271e31..7fcbe5836 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 |