polystlc 8
This commit is contained in:
parent
11e5bda76f
commit
22cc6b6249
|
@ -6,3 +6,9 @@
|
||||||
< σ]
|
< σ]
|
||||||
---
|
---
|
||||||
> int]
|
> int]
|
||||||
|
293a294,298
|
||||||
|
>
|
||||||
|
> (define small-counter-example
|
||||||
|
> (term ((λ (x (list int)) (+ x))
|
||||||
|
> [nil @ int])))
|
||||||
|
> (test-equal (check small-counter-example) #f)
|
||||||
|
|
|
@ -292,3 +292,8 @@
|
||||||
(generate-term poly-stlc M #:i-th index)
|
(generate-term poly-stlc M #:i-th index)
|
||||||
(set! index (add1 index))))))
|
(set! index (add1 index))))))
|
||||||
|
|
||||||
|
(define small-counter-example
|
||||||
|
(term ((λ (x (list int)) (+ x))
|
||||||
|
[nil @ int])))
|
||||||
|
(test-equal (check small-counter-example) #f)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user