
No *residual* dependencies on racket/contract/base (the *disappearing* macro transformers and compile-time support do use contracts, though).
9 lines
301 B
Racket
9 lines
301 B
Racket
#lang racket/base
|
|
(require "private/sc.rkt"
|
|
"private/litconv.rkt"
|
|
"private/lib.rkt")
|
|
(provide (except-out (all-from-out "private/sc.rkt")
|
|
syntax-parser/template parser/rhs)
|
|
(all-from-out "private/litconv.rkt")
|
|
(all-from-out "private/lib.rkt"))
|