| Copyright | (c) OleksandrZhabenko 2019 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.List.InnToOut
Description
Various additional operations on lists.
Operation to apply a function that creates an inner list to an element of the outer list
mapI :: (a -> Bool) -> (a -> [a]) -> [a] -> [a] Source #
Function that applies additional function f :: a -> [a] to a if p a = True