stlc sub 3
This commit is contained in:
parent
84fcd48039
commit
b1bc4ce430
|
@ -6,3 +6,7 @@
|
|||
< ((subst M x v) (subst N x v))]
|
||||
---
|
||||
> ((subst N x v) (subst M x v))]
|
||||
290a291,293
|
||||
> (define small-counter-example
|
||||
> (term ((λ (x int) (+ 1)) 1)))
|
||||
> (test-equal (check small-counter-example) #f)
|
||||
|
|
|
@ -288,3 +288,6 @@
|
|||
(generate-term stlc M #:i-th index)
|
||||
(set! index (add1 index))))))
|
||||
|
||||
(define small-counter-example
|
||||
(term ((λ (x int) (+ 1)) 1)))
|
||||
(test-equal (check small-counter-example) #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user