mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-20 20:58:01 +01:00
4 lines
203 B
Plaintext
4 lines
203 B
Plaintext
|
[M] -> { S2[i0, i1] -> [i0, i1, 1] : i1 >= 2 and i1 <= i0 and i0 <= M; S1[i0, i1] -> [i0, i1, 0] : i0 >= 1 and i0 <= M and i1 >= 1 and i1 <= M }
|
||
|
[M] -> { : M >= 1 }
|
||
|
[M] -> { [i, j, k] -> separate[o0] }
|