022 store distinct row types per name

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

pool hp 9
bank gold 50

Expected output

pool hp 9
bank gold 50

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: pool, source: hp: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: bank, source: gold: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: pool, source: hp: 9)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: bank, source: gold: 50)

Test Configuration

MUST_RUN