This commit is contained in:
Jay McCarthy 2014-03-19 15:07:42 -06:00
parent d6dc594662
commit 253e8ee669
2 changed files with 9 additions and 0 deletions

View File

@ -9,3 +9,8 @@
> (E M)))
238d236
<
270a269,272
>
> (define small-counter-example
> (term ((λ (x int) x) (hd ((cons 1) nil)))))
> (test-equal (check small-counter-example) #f)

View File

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