TYP351
TYP351 — lambda arity mismatch
| Subsystem | Type checking |
| Severity | error |
A lambda’s parameter count differs from the expected fn type’s. Match the parameter count (fn(i64, i64) -> _ expects |a, b| …). See spec/closures.md.
From your terminal:
q64 explain TYP351