polystlc 4

This commit is contained in:
Jay McCarthy 2014-03-19 15:53:23 -06:00
parent 63786c16b5
commit ef6b2934c1
2 changed files with 7 additions and 0 deletions

View File

@ -6,3 +6,7 @@
< (∀ a (a → ((list a) → (list a))))]
---
> (∀ a (a → ((list a) → a)))]
294a295,297
> (define small-counter-example
> (term ((+ 1) (([cons @ int] 1) [nil @ int]))))
> (test-equal (check small-counter-example) #f)

View File

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