export core syntaces from (scheme base)
This commit is contained in:
parent
7cdd997f34
commit
fad425fcb9
|
@ -196,6 +196,14 @@
|
|||
(import (picrin macro)
|
||||
(picrin core-syntax))
|
||||
|
||||
(export let let* letrec letrec*
|
||||
quasiquote unquote unquote-splicing
|
||||
and or
|
||||
cond case else =>
|
||||
do
|
||||
when unless
|
||||
_ ...)
|
||||
|
||||
(define (any pred list)
|
||||
(if (null? list)
|
||||
#f
|
||||
|
|
Loading…
Reference in New Issue