This commit is contained in:
Jay McCarthy 2014-03-19 15:08:58 -06:00
parent 0d8dab679f
commit c1db657163
2 changed files with 9 additions and 0 deletions

View File

@ -8,3 +8,8 @@
> [(lookup (x σ Γ) x_2)
238d237
<
270a270,273
>
> (define small-counter-example
> (term ((λ (x int) (λ (y (list int)) x)) 1)))
> (test-equal (check small-counter-example) #f)

View File

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