Skip to content

Commit

Permalink
(shorten): add only clause to library spec
Browse files Browse the repository at this point in the history
  • Loading branch information
okuoku committed Oct 9, 2010
1 parent 7674754 commit 844463d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/shorten.ss
Expand Up @@ -56,7 +56,12 @@
(library (shorten)
(export ^a ^b ^c ^d ^e ^f ^g ^h ^i ^j ^k ^l ^m ^n ^o ^p ^q ^r ^s ^t ^u ^v ^w ^x ^y ^z ^_ ^
^a* ^b* ^c* ^d* ^e* ^f* ^g* ^h* ^i* ^j* ^k* ^l* ^m* ^n* ^o* ^p* ^q* ^r* ^s* ^t* ^u* ^v* ^w* ^x* ^y* ^z* ^_*)
(import (rnrs) (for (shorten helper) expand))
(import
(only (rnrs) define-syntax lambda syntax-case define let begin with-syntax
symbol->string string->symbol string-append cons map cdr syntax
quote quasiquote unquote
datum->syntax)
(for (shorten helper) expand))

(define-syntax ^
(lambda (x)
Expand Down

0 comments on commit 844463d

Please sign in to comment.