polystlc 3

This commit is contained in:
Jay McCarthy 2014-03-19 15:51:11 -06:00
parent 3b778e5db1
commit 63786c16b5
2 changed files with 9 additions and 0 deletions

View File

@ -6,3 +6,8 @@
< [(typeof Γ M (σσ_2))
---
> [(typeof Γ M (σ_2 → σ))
294a295,298
> (define small-counter-example
> (term ((λ (x int) [nil @ int])
> [nil @ int])))
> (test-equal (check small-counter-example) #f)

View File

@ -292,3 +292,7 @@
(generate-term poly-stlc M #:i-th index)
(set! index (add1 index))))))
(define small-counter-example
(term ((λ (x int) [nil @ int])
[nil @ int])))
(test-equal (check small-counter-example) #f)