Skip to content

TYP351

TYP351 — lambda arity mismatch

SubsystemType checking
Severityerror

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:

Terminal window
q64 explain TYP351