summaryrefslogtreecommitdiff
path: root/module/system/base
diff options
context:
space:
mode:
Diffstat (limited to 'module/system/base')
-rw-r--r--module/system/base/syntax.scm3
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*))
;;;