mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-22 04:30:19 +02:00
comment in fix-letrec
* module/language/tree-il/fix-letrec.scm (simple-expression?): Add a small FIXME.
This commit is contained in:
parent
d71cc612c3
commit
322a36ce9f
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
((<application> proc args)
|
((<application> proc args)
|
||||||
(and (primitive-ref? proc)
|
(and (primitive-ref? proc)
|
||||||
(effect-free-primitive? (primitive-ref-name proc))
|
(effect-free-primitive? (primitive-ref-name proc))
|
||||||
|
;; FIXME: check arity?
|
||||||
(and-map (lambda (x) (simple-expression? x bound-vars))
|
(and-map (lambda (x) (simple-expression? x bound-vars))
|
||||||
args)))
|
args)))
|
||||||
(else #f)))
|
(else #f)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue