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 (pool, capacity: 64, source: hp: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (bank, capacity: 64, source: gold: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (pool, source: hp: 9)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (bank, source: gold: 50)

Test Configuration

MUST_RUN