stlc-sub 1
This commit is contained in:
parent
6e3a9861c6
commit
9b8697fa6e
|
@ -5,3 +5,7 @@
|
|||
106,107d105
|
||||
< [(subst x x v)
|
||||
< v]
|
||||
290a289,291
|
||||
> (define small-counter-example
|
||||
> (term ((λ (x int) x) 1)))
|
||||
> (test-equal (check small-counter-example) #f)
|
||||
|
|
|
@ -286,3 +286,6 @@
|
|||
(generate-term stlc M #:i-th index)
|
||||
(set! index (add1 index))))))
|
||||
|
||||
(define small-counter-example
|
||||
(term ((λ (x int) x) 1)))
|
||||
(test-equal (check small-counter-example) #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user