stlc 7
This commit is contained in:
parent
d6dc594662
commit
253e8ee669
|
@ -9,3 +9,8 @@
|
||||||
> (E M)))
|
> (E M)))
|
||||||
238d236
|
238d236
|
||||||
<
|
<
|
||||||
|
270a269,272
|
||||||
|
>
|
||||||
|
> (define small-counter-example
|
||||||
|
> (term ((λ (x int) x) (hd ((cons 1) nil)))))
|
||||||
|
> (test-equal (check small-counter-example) #f)
|
||||||
|
|
|
@ -266,3 +266,7 @@
|
||||||
(begin0
|
(begin0
|
||||||
(generate-term stlc M #:i-th index)
|
(generate-term stlc M #:i-th index)
|
||||||
(set! index (add1 index))))))
|
(set! index (add1 index))))))
|
||||||
|
|
||||||
|
(define small-counter-example
|
||||||
|
(term ((λ (x int) x) (hd ((cons 1) nil)))))
|
||||||
|
(test-equal (check small-counter-example) #f)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user