| changeset 403 | 312c9eb39ad8 |
| parent 347 | 0b727d1a8184 |
| 402:72e43cb53c13 | 403:312c9eb39ad8 |
|---|---|
1 import CW9a._ |
1 import M4a._ |
2 |
2 |
3 assert(is_legal(8, Nil, (3, 4)) == true) |
3 assert(is_legal(8, Nil, (3, 4)) == true) |
4 assert(is_legal(8, List((4, 1), (1, 0)), (4, 1)) == false) |
4 assert(is_legal(8, List((4, 1), (1, 0)), (4, 1)) == false) |
5 assert(is_legal(2, Nil, (0, 0)) == true) |
5 assert(is_legal(2, Nil, (0, 0)) == true) |
6 |
6 |