commit c80d896fcd8a5ad35377c4f2a8c055c68dd2deb8
parent 7cd95285b950611057449793ce603ca69c9999c8
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Fri, 10 Feb 2017 01:02:16 +0100
re-provide racket/syntax
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/main.rkt b/main.rkt
@@ -1,5 +1,7 @@
#lang racket/base
-(require subtemplate/private/ddd-forms
+(require racket/require
+ subtemplate/private/ddd-forms
+ (subtract-in racket/syntax stxparse-info/case)
stxparse-info/case
stxparse-info/parse
subtemplate/private/unsyntax-preparse
@@ -16,6 +18,8 @@
(provide
;; ddd-forms
?@ ?@@ ?? ?attr ?cond ?if begin let #%app #%intdef-begin
+ ;; racket/syntax ∖ stxparse-info/case
+ (all-from-out racket/syntax)
;; stxparse-info/case
(all-from-out stxparse-info/case)
;; stxparse-info/parse