Fixed cur-equal?
This commit is contained in:
parent
c3efd3ae6e
commit
ca2b62fc70
|
@ -244,7 +244,7 @@
|
||||||
|
|
||||||
;; Are these two terms equivalent in type-systems internal equational reasoning?
|
;; Are these two terms equivalent in type-systems internal equational reasoning?
|
||||||
(define (cur-equal? e1 e2)
|
(define (cur-equal? e1 e2)
|
||||||
(and (judgment-holds (equivalent ,(delta) ,(eval-cur e1) ,(eval-cur e2)) #t)))
|
(and (judgment-holds (equivalent ,(delta) ,(eval-cur e1) ,(eval-cur e2))) #t))
|
||||||
|
|
||||||
(define (type-infer/syn syn)
|
(define (type-infer/syn syn)
|
||||||
(let ([t (type-infer/term (eval-cur syn))])
|
(let ([t (type-infer/term (eval-cur syn))])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user