Module docstring
{"## Theorems about Array.
","## Preliminaries ","### toList ","### empty ","### size ","## L[i] and L[i]? ","### pop ","### push ","### replicate ","### mem ","### isEmpty ","### Decidability of bounded quantifiers ","### any / all ","### set ","### setIfInBounds ","### BEq ","### isEqv ","### back ","### map ","### filter ","### filterMap ","### singleton ","### append ","### flatten ","### flatMap ","### replicate ","### Preliminaries about swap needed for reverse. ","### reverse ","### extract ","### shrink ","### foldlM and foldrM ","### foldl / foldr ","#### Further results about back and back? ","## Additional operations ","### leftpad ","### contains ","### more lemmas about pop ","### modify ","### swap ","### swapAt ","### replace ","## Logic ","### any / all ","### toListRev ","### appendList ","### Preliminaries about ofFn ","### Preliminaries about range and range' ","Content below this point has not yet been aligned with List. ","### sum ","# uset ","# get ","# mem ","# get lemmas ","### forIn ","### contains ","### isPrefixOf ","### zipWith ","### findSomeM?, findM?, findSome?, find? ","### More theorems about List.toArray, followed by an Array operation.
Our goal is to have simp \"pull List.toArray outwards\" as much as possible.
","### findSomeRevM?, findRevM?, findSomeRev?, findRev? ","### unzip ","### Deprecations ","### map ","### set "}