summaryrefslogtreecommitdiff
path: root/module/system/base/syntax.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/system/base/syntax.scm')
-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 fba21679c..bcc926bee 100644
--- a/module/system/base/syntax.scm
+++ b/module/system/base/syntax.scm
@@ -20,10 +20,9 @@
;;; Code:
(define-module (system base syntax)
- :use-module (ice-9 match)
:use-module (ice-9 receive)
:use-module (ice-9 and-let-star)
- :export (stack-catch match syntax-error receive and-let*))
+ :export (stack-catch receive and-let*))
;;;