This commit is contained in:
Jay McCarthy 2014-03-19 15:05:41 -06:00
parent a4f3585101
commit e31703fc35
2 changed files with 9 additions and 0 deletions

View File

@ -6,3 +6,8 @@
< (int → ((list int) → (list int)))]
---
> (int → ((list int) → int))]
270a271,274
>
> (define small-counter-example
> (term ((+ 1) ((cons 1) nil))))
> (test-equal (check small-counter-example) #f)

View File

@ -268,3 +268,7 @@
(begin0
(generate-term stlc M #:i-th index)
(set! index (add1 index))))))
(define small-counter-example
(term ((+ 1) ((cons 1) nil))))
(test-equal (check small-counter-example) #f)