231 rule body insert skips standing rules

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

b sees 77
b has 10
b has 77

Expected output

b sees 77
b has 10
b has 77

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: a, capacity: 4, source: x: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: b, capacity: 8, source: y: i64)
flow ~rule click a branch to expand · @labels scroll to their anchor
rule (expr: b)
flow ~rule click a branch to expand · @labels scroll to their anchor
rule (expr: a)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: a, source: x: 5)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: b, source: y: 77)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: b)

Test Configuration

MUST_RUN