Removed annotation from core language

This commit is contained in:
William J. Bowman 2014-07-12 22:28:06 +02:00
parent 4b1735d435
commit 7179e30fe1

View File

@ -24,7 +24,7 @@
(x ::= variable-not-otherwise-mentioned) (x ::= variable-not-otherwise-mentioned)
;; TODO: Having 2 binders is stupid. ;; TODO: Having 2 binders is stupid.
(v ::= (Π (x : t) t) (λ (x : t) t) x U) (v ::= (Π (x : t) t) (λ (x : t) t) x U)
(t e ::= v (t t) (t : t))) (t e ::= v (t t)))
(module+ test (module+ test
(require (except-in rackunit check)) (require (except-in rackunit check))