import M4a._+− +− assert(is_legal(8, Nil, (3, 4)) == true)+− assert(is_legal(8, List((4, 1), (1, 0)), (4, 1)) == false)+− assert(is_legal(2, Nil, (0, 0)) == true)+− +−