Skip to content

Emit n-ary pair types `pair a b c...` for comb records

Tom Jack requested to merge npair into dev

The new-ish n-ary pair notation pair a b c (equivalent to pair a (pair b c)) is more efficient for code size.

  • has a changelog entry
Edited by Tom Jack

Merge request reports