polystlc 8

This commit is contained in:
Jay McCarthy 2014-03-19 15:59:18 -06:00
parent 11e5bda76f
commit 22cc6b6249
2 changed files with 11 additions and 0 deletions

View File

@ -6,3 +6,9 @@
< σ] < σ]
--- ---
> int] > int]
293a294,298
>
> (define small-counter-example
> (term ((λ (x (list int)) (+ x))
> [nil @ int])))
> (test-equal (check small-counter-example) #f)

View File

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