| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Twee.Utils
Description
Miscellaneous utility functions.
Documentation
partitionBy :: Ord b => (a -> b) -> [a] -> [[a]] Source #
isSortedBy :: Ord b => (a -> b) -> [a] -> Bool Source #
unbuffered :: IO a -> IO a Source #
getMaxWith :: Ord a => a -> Max a -> a Source #
getMinWith :: Ord a => a -> Min a -> a Source #