Maintainer | bastiaan.heeren@ou.nl |
---|---|
Stability | provisional |
Portability | portable (depends on ghc) |
Safe Haskell | Safe |
Language | Haskell98 |
A collection of general utility functions
Documentation
data ShowString Source
isSubsetOf :: Eq a => [a] -> [a] -> Bool Source
splitAtElem :: Eq a => a -> [a] -> Maybe ([a], [a]) Source
splitsWithElem :: Eq a => a -> [a] -> [[a]] Source
timedSeconds :: Int -> IO a -> IO a Source
findIndexM :: Monad m => (a -> Bool) -> [a] -> m Int Source