Utils
writeError
mapBoth
mapPartTimes
mapFst
mapSnd
delta
mid
The midpoint of two values
removeCommon
readMaybe
(!!!)
like !!
selects n
th element from xs
, but wraps over at the end of xs
nth
Safer version of !!
accumulate
enumerate
enumerate a list of things
wordsBy
split given list of a
by given single a
, e.g.