Maintainer | bastiaan.heeren@ou.nl |
---|---|
Stability | provisional |
Portability | portable (depends on ghc) |
Safe Haskell | Safe |
Language | Haskell98 |
A collection of general utility functions
Documentation
newtype 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 #