7 lines
169 B
Racket
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)
|