[define] disable no-colon, for now
This commit is contained in:
parent
28e5b4b04f
commit
b17620fe98
|
@ -1,7 +1,6 @@
|
||||||
#lang typed/racket/base
|
#lang typed/racket/base
|
||||||
|
|
||||||
(provide (rename-out
|
;; TODO Can't yet remove the colon from define: and let:, its breaking things
|
||||||
[define: define]
|
|
||||||
[let: let]))
|
|
||||||
|
|
||||||
|
(provide (all-from-out trivial/define))
|
||||||
(require trivial/define)
|
(require trivial/define)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user