mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-31 01:10:24 +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:
parent
f72d1379f7
commit
47fb09e26f
1 changed files with 13 additions and 14 deletions
|
@ -45,18 +45,17 @@
|
||||||
(define-module (ice-9 null)
|
(define-module (ice-9 null)
|
||||||
:use-module (ice-9 syncase))
|
:use-module (ice-9 syncase))
|
||||||
|
|
||||||
(export define quote lambda if set!
|
(re-export define quote lambda if set!
|
||||||
|
|
||||||
cond case and or
|
cond case and or
|
||||||
|
|
||||||
let let* letrec
|
let let* letrec
|
||||||
|
|
||||||
begin do
|
begin do
|
||||||
|
|
||||||
delay
|
delay
|
||||||
|
|
||||||
quasiquote unquote unquote-splicing
|
quasiquote
|
||||||
|
|
||||||
define-syntax
|
define-syntax
|
||||||
let-syntax letrec-syntax
|
let-syntax letrec-syntax)
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue