polystlc 6
This commit is contained in:
parent
99bded9346
commit
f7efcd1057
|
@ -6,3 +6,7 @@
|
|||
< (--> (in-hole E ((hd @ τ) (((cons @ τ) v_1) v_2)))
|
||||
---
|
||||
> (--> (in-hole E ((hd @ τ) ((cons @ τ) v_1)))
|
||||
294a295,297
|
||||
> (define small-counter-example
|
||||
> (term ([hd @ int] (([cons @ int] 1) [nil @ int]))))
|
||||
> (test-equal (check small-counter-example) #f)
|
||||
|
|
|
@ -292,3 +292,6 @@
|
|||
(generate-term poly-stlc M #:i-th index)
|
||||
(set! index (add1 index))))))
|
||||
|
||||
(define small-counter-example
|
||||
(term ([hd @ int] (([cons @ int] 1) [nil @ int]))))
|
||||
(test-equal (check small-counter-example) #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user