re-provide racket/syntax
This commit is contained in:
parent
7cd95285b9
commit
c80d896fcd
6
main.rkt
6
main.rkt
|
@ -1,5 +1,7 @@
|
||||||
#lang racket/base
|
#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/case
|
||||||
stxparse-info/parse
|
stxparse-info/parse
|
||||||
subtemplate/private/unsyntax-preparse
|
subtemplate/private/unsyntax-preparse
|
||||||
|
@ -16,6 +18,8 @@
|
||||||
(provide
|
(provide
|
||||||
;; ddd-forms
|
;; ddd-forms
|
||||||
?@ ?@@ ?? ?attr ?cond ?if begin let #%app #%intdef-begin
|
?@ ?@@ ?? ?attr ?cond ?if begin let #%app #%intdef-begin
|
||||||
|
;; racket/syntax ∖ stxparse-info/case
|
||||||
|
(all-from-out racket/syntax)
|
||||||
;; stxparse-info/case
|
;; stxparse-info/case
|
||||||
(all-from-out stxparse-info/case)
|
(all-from-out stxparse-info/case)
|
||||||
;; stxparse-info/parse
|
;; stxparse-info/parse
|
||||||
|
|
Loading…
Reference in New Issue
Block a user