Fix diffs

This commit is contained in:
Jay McCarthy 2014-03-19 14:55:48 -06:00
parent f7d554d727
commit 33ca8d05db
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,5 @@
< (define the-error "no error")
---
> (define the-error "the ((cons number) v) value has been omitted")
33d32
< ((cons v) v)

View File

@ -30,7 +30,6 @@
(v (λ (x τ) M)
c
(cons v)
((cons v) v)
(+ v))
(E hole
(E M)