diff options
Diffstat (limited to 'module/system/base/syntax.scm')
-rw-r--r-- | module/system/base/syntax.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/module/system/base/syntax.scm b/module/system/base/syntax.scm index 4af70c0c0..7f23df601 100644 --- a/module/system/base/syntax.scm +++ b/module/system/base/syntax.scm @@ -20,10 +20,7 @@ ;;; Code: (define-module (system base syntax) - :use-module (ice-9 receive) - :use-module (ice-9 and-let-star) - :export (stack-catch receive and-let* - %make-struct slot + :export (%make-struct slot %slot-1 %slot-2 %slot-3 %slot-4 %slot-5 %slot-6 %slot-7 %slot-8 %slot-9 list-fold) |