stlc 4
This commit is contained in:
parent
a4f3585101
commit
e31703fc35
|
@ -6,3 +6,8 @@
|
||||||
< (int → ((list int) → (list int)))]
|
< (int → ((list int) → (list int)))]
|
||||||
---
|
---
|
||||||
> (int → ((list int) → int))]
|
> (int → ((list int) → int))]
|
||||||
|
270a271,274
|
||||||
|
>
|
||||||
|
> (define small-counter-example
|
||||||
|
> (term ((+ 1) ((cons 1) nil))))
|
||||||
|
> (test-equal (check small-counter-example) #f)
|
||||||
|
|
|
@ -268,3 +268,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 ((+ 1) ((cons 1) nil))))
|
||||||
|
(test-equal (check small-counter-example) #f)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user