summaryrefslogtreecommitdiff
path: root/srfi/srfi-11.scm
diff options
context:
space:
mode:
Diffstat (limited to 'srfi/srfi-11.scm')
-rw-r--r--srfi/srfi-11.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/srfi/srfi-11.scm b/srfi/srfi-11.scm
index de0753636..e60ef43f9 100644
--- a/srfi/srfi-11.scm
+++ b/srfi/srfi-11.scm
@@ -42,7 +42,8 @@
;;; If you do not wish that, delete this exception notice.
(define-module (srfi srfi-11)
- :use-module (ice-9 syncase))
+ :use-module (ice-9 syncase)
+ :export-syntax (let-values let*-values))
(cond-expand-provide (current-module) '(srfi-11))
@@ -256,6 +257,3 @@
; (if (null? vars)
; `(begin ,@body)
; (let-values-helper vars body)))
-
-(export-syntax let-values
- let*-values)