I am trying to write a predicate removeRotations. The idea is that I have a List of the following form:
[[1, 2, 3], [2, 1, 3], [1, 3, 2], [3, 1, 2], [3, 2, 1]]<