trivial/define/no-colon.rkt
2016-03-12 23:31:46 -05:00

7 lines
169 B
Racket

#lang typed/racket/base
;; TODO Can't yet remove the colon from define: and let:, its breaking things
(provide (all-from-out trivial/define))
(require trivial/define)