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