1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

(ice-9 null) also re-exports core aux syntax

* module/ice-9/null.scm: Re-export _, else, =>, and the ellipsis.
This commit is contained in:
Andy Wingo 2019-09-27 22:13:57 +02:00
parent 3be16199ab
commit f62e19bd10

View file

@ -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 ;;;; This library is free software; you can redistribute it and/or
;;;; modify it under the terms of the GNU Lesser General Public ;;;; modify it under the terms of the GNU Lesser General Public
@ -20,7 +20,7 @@
(define-module (ice-9 null) (define-module (ice-9 null)
:re-export-syntax (define quote lambda if set! :re-export-syntax (define quote lambda if set!
cond case and or cond case and or => _ ... else
let let* letrec let let* letrec