mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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:
parent
3be16199ab
commit
f62e19bd10
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue