Fix diffs
This commit is contained in:
parent
f7d554d727
commit
33ca8d05db
|
@ -2,3 +2,5 @@
|
||||||
< (define the-error "no error")
|
< (define the-error "no error")
|
||||||
---
|
---
|
||||||
> (define the-error "the ((cons number) v) value has been omitted")
|
> (define the-error "the ((cons number) v) value has been omitted")
|
||||||
|
33d32
|
||||||
|
< ((cons v) v)
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
(v (λ (x τ) M)
|
(v (λ (x τ) M)
|
||||||
c
|
c
|
||||||
(cons v)
|
(cons v)
|
||||||
((cons v) v)
|
|
||||||
(+ v))
|
(+ v))
|
||||||
(E hole
|
(E hole
|
||||||
(E M)
|
(E M)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user