Copyright | (c) 2014-2015 Guillaume Nargeot |
---|---|
License | BSD3 |
Maintainer | Guillaume Nargeot <guillaume+hackage@nargeot.com> |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell98 |
Utility functions.
Documentation
toFirstAndRest :: (a, b, c, d) -> (a, (b, c, d)) Source #
listToMaybe :: [a] -> Maybe [a] Source #
groupByIndex :: Int -> [(Int, a)] -> [[a]] Source #