Data.List.HT
Improved standard functions
inits
tails
groupBy
group
unzip
partition
span
break
Split
chop
breakAfter
segmentAfter
segmentBefore
removeEach
splitEverywhere
splitLast
viewL
viewR
switchL
switchR
List processing starting at the end
dropWhileRev
takeWhileRev
List processing with Maybe and Either
maybePrefixOf
partitionMaybe
takeWhileJust
unzipEithers
Sieve and slice
sieve
sliceHorizontal
sliceVertical
Search&replace
search
replace
multiReplace
Lists of lists
shear
shearTranspose
outerProduct
Miscellaneous
takeWhileMulti
rotate
mergeBy
allEqual
isAscending
isAscendingLazy
mapAdjacent
range
padLeft
padRight
iterateAssociative
iterateLeaky