git @ Cat's Eye Technologies Robin / ac3f3cd
Repair a few places. `let` also needs to be fixed. Chris Pressey 4 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
9999 (abort (list (literal illegal-arguments) orig-val-list))
100100 (recover
101101 (eval given-env (head val-list))
102 actual (self
102 actual (self self
103103 (tail id-list) (tail val-list)
104104 (prepend
105105 (list (head id-list) actual)
102102 )
103103 (self self extended-env rest-formals rest-actuals env-for-actuals))))))
104104 (macro (iargs ienv)
105 (recover (extend-with-args env (head args) iargs ienv)
105 (recover (extend-with-args extend-with-args env (head args) iargs ienv)
106106 extended-env (eval extended-env (head (tail args)))
107107 error (abort error))))))