236 a rule is total at its installation point

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

rule saw 1
rule saw 2
rule saw 3
rule saw 4

Expected output

rule saw 1
rule saw 2
rule saw 3
rule saw 4

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: seen, capacity: 8, source: n: 0[i64])
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: seen, source: n: 1)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: seen, source: n: 2)
flow ~rule click a branch to expand · @labels scroll to their anchor
rule (expr: seen)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: seen, source: n: 3)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: seen, source: n: 4)

Test Configuration

MUST_RUN