List.matchSize returns two equal lists iff the two lists agree at every index i : Nat
(extended by unit if necessary).
List.dropWhile but starting from the last element. Performed by dropWhile on the reversed
list, followed by a reversal.
List.matchSize returns two equal lists iff the two lists agree at every index i : Nat
(extended by unit if necessary).
List.dropWhile but starting from the last element. Performed by dropWhile on the reversed
list, followed by a reversal.