diff --git a/module/language/tree-il/inline.scm b/module/language/tree-il/inline.scm index 4e3863ef6..8dd7dd334 100644 --- a/module/language/tree-il/inline.scm +++ b/module/language/tree-il/inline.scm @@ -121,7 +121,7 @@ (lp (cdr args) (cdr vars))) (else #f)))) - (and (not opt) (not kw) (not alternate) + (and (not opt) (not kw) rest (not alternate) (record-case body (( proc args) ;; (lambda args (apply (lambda ...) args)) => (lambda ...)