syntax/parse: trim internal provides

This commit is contained in:
Ryan Culpepper 2018-07-27 11:58:49 +02:00
parent 8a4bab5c3e
commit d950049c5a
2 changed files with 1 additions and 4 deletions

View File

@ -5,8 +5,7 @@
"private/residual.rkt")
(provide (except-out (all-from-out "private/sc.rkt")
define-integrable-syntax-class
syntax-parser/template
parser/rhs)
syntax-parser/template)
(all-from-out "private/litconv.rkt")
(all-from-out "private/lib.rkt")
syntax-parse-state-ref

View File

@ -12,7 +12,6 @@
syntax-parser
define/syntax-parse
syntax-parser/template
parser/rhs
define-eh-alternative-set)])
(provide define-syntax-class
@ -30,5 +29,4 @@
this-syntax
syntax-parser/template
parser/rhs
define-eh-alternative-set)