Safe Haskell | None |
---|
Miscellaneous utility functions.
Documentation
partitionBy :: Ord b => (a -> b) -> [a] -> [[a]]Source
isSortedBy :: Ord b => (a -> b) -> [a] -> BoolSource
unbuffered :: IO a -> IO aSource
Safe Haskell | None |
---|
Miscellaneous utility functions.
partitionBy :: Ord b => (a -> b) -> [a] -> [[a]]Source
isSortedBy :: Ord b => (a -> b) -> [a] -> BoolSource
unbuffered :: IO a -> IO aSource