export core syntaces from (scheme base)

This commit is contained in:
Yuichi Nishiwaki 2013-12-10 01:49:07 -08:00
parent 7cdd997f34
commit fad425fcb9
1 changed files with 8 additions and 0 deletions

View File

@ -196,6 +196,14 @@
(import (picrin macro) (import (picrin macro)
(picrin core-syntax)) (picrin core-syntax))
(export let let* letrec letrec*
quasiquote unquote unquote-splicing
and or
cond case else =>
do
when unless
_ ...)
(define (any pred list) (define (any pred list)
(if (null? list) (if (null? list)
#f #f