remove bogus case in stlc typing judgment form
This commit is contained in:
parent
9696bd7337
commit
9baefbe725
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user