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:
parent
f72d1379f7
commit
47fb09e26f
1 changed files with 13 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue