mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
Fix duplicate case in peval
* module/language/tree-il/peval.scm (singly-valued-expression?): Fix duplicate case. Spotted by "mejja" on IRC.
This commit is contained in:
parent
73714b87aa
commit
31c76f16c6
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@
|
||||||
(define (singly-valued-expression? exp)
|
(define (singly-valued-expression? exp)
|
||||||
(match exp
|
(match exp
|
||||||
(($ <const>) #t)
|
(($ <const>) #t)
|
||||||
(($ <lexical-ref>) #t)
|
|
||||||
(($ <void>) #t)
|
(($ <void>) #t)
|
||||||
(($ <lexical-ref>) #t)
|
(($ <lexical-ref>) #t)
|
||||||
(($ <primitive-ref>) #t)
|
(($ <primitive-ref>) #t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue