10 lines
276 B
Racket
10 lines
276 B
Racket
(module case '#%kernel
|
|
(#%require "case/stxloc.rkt"
|
|
"case/syntax.rkt"
|
|
"case/with-stx.rkt")
|
|
(#%provide syntax-case
|
|
syntax-case*
|
|
define/with-syntax
|
|
with-syntax
|
|
datum-case
|
|
with-datum)) |