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