polystlc 7

This commit is contained in:
Jay McCarthy 2014-03-19 15:57:37 -06:00
parent f7efcd1057
commit 11e5bda76f
2 changed files with 7 additions and 0 deletions

View File

@ -7,3 +7,7 @@
< (v E)))
---
> (E M)))
294a294,296
> (define small-counter-example
> (term ((+ 1) ((+ 2) 3))))
> (test-equal (check small-counter-example) #f)

View File

@ -291,3 +291,6 @@
(generate-term poly-stlc M #:i-th index)
(set! index (add1 index))))))
(define small-counter-example
(term ((+ 1) ((+ 2) 3))))
(test-equal (check small-counter-example) #f)