remove bogus case in stlc typing judgment form

This commit is contained in:
Robby Findler 2012-10-21 15:18:34 -05:00
parent 9696bd7337
commit 9baefbe725

View File

@ -73,7 +73,6 @@
(define-judgment-form λv
#:mode (typeof I I O)
#:contract (typeof G e t)
[(typeof G 1234 num)]
[(typeof G number num)]
[(typeof G (+ e_1 e_2) num)
(typeof G e_1 num)