7 lines
245 B
Racket
7 lines
245 B
Racket
#lang typed/racket
|
|
(require "type-expander.hl.rkt"
|
|
"more-expanders.hl.rkt"
|
|
(for-syntax "expander.rkt"))
|
|
(provide (all-from-out "type-expander.hl.rkt")
|
|
(all-from-out "more-expanders.hl.rkt")
|
|
(for-syntax colon)) |