stlc 5
This commit is contained in:
parent
e31703fc35
commit
0d14e14b21
|
@ -8,3 +8,8 @@
|
|||
> (in-hole E v_1)
|
||||
238d237
|
||||
<
|
||||
270a270,273
|
||||
>
|
||||
> (define small-counter-example
|
||||
> (term (tl ((cons 1) nil))))
|
||||
> (test-equal (check small-counter-example) #f)
|
||||
|
|
|
@ -267,3 +267,7 @@
|
|||
(begin0
|
||||
(generate-term stlc M #:i-th index)
|
||||
(set! index (add1 index))))))
|
||||
|
||||
(define small-counter-example
|
||||
(term (tl ((cons 1) nil))))
|
||||
(test-equal (check small-counter-example) #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user