mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Fix typo in (language tree-il spec).
* module/language/tree-il/spec.scm (join): Use EXPS in the error case.
This commit is contained in:
parent
f67f85817c
commit
86e449a699
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
((,x) x)
|
||||
((,x . ,rest)
|
||||
(make-seq #f x (join rest env)))
|
||||
(else (error "what!" x rest env))))
|
||||
(else (error "what!" exps env))))
|
||||
|
||||
(define-language tree-il
|
||||
#:title "Tree Intermediate Language"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue