(exprs: Vec<Arc<Expr>>)
| 1668 | } |
| 1669 | for arg in sorted_canon.iter().rev() { |
| 1670 | stack.push(Frame::Compile(arg.clone())); |
| 1671 | } |
| 1672 | stack.push(Frame::CompileCallSiteHead(head_expr.clone())); |
| 1673 | continue; |
| 1674 | } |
| 1675 | } |
| 1676 | if eta_adapter_needed(name, args.len(), cache, stt) { |