201 stripe dependent rules whole passes

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

A 1
A 2
B 1
B 2
A 1
A 2
B 1
B 2

Expected output

A 1
A 2
B 1
B 2
A 1
A 2
B 1
B 2

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: game, capacity: 8, source: hp: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: game, source: hp: 1)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: game, source: hp: 2)
flow ~rule click a branch to expand · @labels scroll to their anchor
rule (expr: game)
flow ~rule click a branch to expand · @labels scroll to their anchor
rule (expr: game)
flow ~stripe click a branch to expand · @labels scroll to their anchor
stripe (expr: game)

Test Configuration

MUST_RUN