diff options
author | Keisuke Nishida <kxn30@po.cwru.edu> | 2001-04-25 07:42:32 +0000 |
---|---|---|
committer | Keisuke Nishida <kxn30@po.cwru.edu> | 2001-04-25 07:42:32 +0000 |
commit | abaca96059b1421461933617c78fbd77a466c712 (patch) | |
tree | 91eb0d8f88f4320a519c13dec245f53377ce78d4 /module/system/base/syntax.scm | |
parent | 46f215f85b2110b89c9732674ba856d9de705ca2 (diff) | |
download | guile-abaca96059b1421461933617c78fbd77a466c712.tar.gz |
*** empty log message ***
Diffstat (limited to 'module/system/base/syntax.scm')
-rw-r--r-- | module/system/base/syntax.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/system/base/syntax.scm b/module/system/base/syntax.scm index 0526b3536..fba21679c 100644 --- a/module/system/base/syntax.scm +++ b/module/system/base/syntax.scm @@ -20,11 +20,10 @@ ;;; Code: (define-module (system base syntax) - :use-module (ice-9 try) :use-module (ice-9 match) :use-module (ice-9 receive) :use-module (ice-9 and-let-star) - :export (try stack-catch match syntax-error receive and-let*)) + :export (stack-catch match syntax-error receive and-let*)) ;;; |