1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00

Use re-export' instead of export' for re-exported

core bindings.  Do not export `unquote' and `unquote-splicing'
since there aren't definitions for them.
This commit is contained in:
Marius Vollmer 2001-07-12 23:31:05 +00:00
parent f72d1379f7
commit 47fb09e26f

View file

@ -45,18 +45,17 @@
(define-module (ice-9 null)
:use-module (ice-9 syncase))
(export define quote lambda if set!
(re-export define quote lambda if set!
cond case and or
let let* letrec
begin do
delay
quasiquote unquote unquote-splicing
define-syntax
let-syntax letrec-syntax
)
cond case and or
let let* letrec
begin do
delay
quasiquote
define-syntax
let-syntax letrec-syntax)