smaller counter example for let-poly-4
This commit is contained in:
parent
e2fe7c658f
commit
d33e6e635b
|
@ -10,5 +10,5 @@
|
|||
> [(uh (x τ G) G_r boolean) ⊥ (where #t (in-vars? x τ))]
|
||||
571a574,576
|
||||
>
|
||||
> (define small-counter-example (term ((λ x (x x)) (λ x x))))
|
||||
> (define small-counter-example (term ((λ x (x x)) hd)))
|
||||
> (test-equal (check small-counter-example) #f)
|
||||
|
|
|
@ -572,5 +572,5 @@ from the given term.
|
|||
(or (equal? red-t "error")
|
||||
(loop red-t))))))))))))
|
||||
|
||||
(define small-counter-example (term ((λ x (x x)) (λ x x))))
|
||||
(define small-counter-example (term ((λ x (x x)) hd)))
|
||||
(test-equal (check small-counter-example) #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user