type-expander/main.rkt
2017-04-27 22:54:34 +02:00

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))