232 rule writing own store does not reenter

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

rule inserted 5 plus one
a has 5
a has 6

Expected output

rule inserted 5 plus one
a has 5
a has 6

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: a, capacity: 8, source: x: i64)
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 ~query click a branch to expand · @labels scroll to their anchor
query (expr: a)

Test Configuration

MUST_RUN