295 bool column round trip

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

alive true
alive false

Expected output

alive true
alive false

Flows

flow ~bool click a branch to expand · @labels scroll to their anchor
bool (expr: Alive)
flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Creature, source: alive: Alive)
flow ~new click a branch to expand · @labels scroll to their anchor
new (critters, capacity: 8, source: creature: Creature)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (critters, source: creature.alive: true)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (critters, source: creature.alive: false)
flow ~query click a branch to expand · @labels scroll to their anchor
query (critters)

Test Configuration

MUST_RUN