stlc 3
This commit is contained in:
parent
f9946f4b95
commit
a4f3585101
|
@ -6,3 +6,8 @@
|
|||
< [(typeof Γ M (σ → σ_2))
|
||||
---
|
||||
> [(typeof Γ M (σ_2 → σ))
|
||||
270a271,274
|
||||
>
|
||||
> (define small-counter-example
|
||||
> (term ((λ (x (list int)) 1) 7)))
|
||||
> (test-equal (check small-counter-example) #f)
|
||||
|
|
|
@ -268,3 +268,7 @@
|
|||
(begin0
|
||||
(generate-term stlc M #:i-th index)
|
||||
(set! index (add1 index))))))
|
||||
|
||||
(define small-counter-example
|
||||
(term ((λ (x (list int)) 1) 7)))
|
||||
(test-equal (check small-counter-example) #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user