txt-sushi-0.3.0: Spreadsheets are databases!

Database.TxtSushi.Util.ListUtil

Synopsis

Documentation

cascadingOrder :: [Ordering] -> OrderingSource

applies a cascading order logic where 1st non-equal ordering defines the ordering for the list. If they're all equal (or the list is empty) then return EQ

replaceAll :: Eq a => [a] -> [a] -> [a] -> [a]Source