Module docstring
{"# List rotation
This file proves basic results about List.rotate, the list rotation.
Main declarations
List.IsRotated l₁ l₂: States thatl₁is a rotated version ofl₂.List.cyclicPermutations l: The list of all cyclic permutants ofl, up to the length ofl.
Tags
rotated, rotation, permutation, cycle "}