(zilch lang rust): initial commit
This commit is contained in:
parent
d52a1e7796
commit
5380ac9307
12 changed files with 1392 additions and 3 deletions
|
|
@ -117,7 +117,7 @@
|
|||
|
||||
(define (iter-unquote-handler val handlers)
|
||||
(if (eq? handlers '())
|
||||
(error "Cannot unquote this value.")
|
||||
(error "Cannot unquote this value." val)
|
||||
(let ((result ((car handlers) val)))
|
||||
(if (eq? result #f)
|
||||
(iter-unquote-handler val (cdr handlers))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue