Fixed duplicate literal in syntax-parse

This commit is contained in:
William J. Bowman 2015-02-05 12:35:44 -05:00
parent efcf8c1f97
commit af0b1a908f

View File

@ -27,6 +27,7 @@
(syntax-parse (cur-expand syn)
;; TODO: Need to add these to a literal set and export it
;; Or, maybe redefine syntax-parse
#:dataumliterals (:)
#:literals (lambda forall data real-app case Type)
[(_ Type)
#'(lambda* (x1 : Type) (x2 : Type) (->* x1 x2 Type))]