mmsyn5 0.2.2.0 → 0.2.2.1
raw patch · 3 files changed
+5/−1 lines, 3 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Data.List.InnToOut: mapI3 :: (a -> Bool) -> (a -> b) -> (b -> d) -> (a -> c) -> (c -> d) -> [a] -> [d]
Files
- ChangeLog.md +3/−0
- Data/List/InnToOut.hs +1/−0
- mmsyn5.cabal +1/−1
ChangeLog.md view
@@ -35,3 +35,6 @@ * Second version revised B. Added a new function mapI3. +## 0.2.2.1 -- 2019-11-08++* Second version revised C. Fixed documentation.
Data/List/InnToOut.hs view
@@ -13,6 +13,7 @@ -- * Operation to apply a function that creates an inner list to an element of the outer list mapI , mapI2+ , mapI3 ) where -- | Function that applies additional function @f :: a -> [a]@ to @a@ if @p a = True@
mmsyn5.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn5-version: 0.2.2.0+version: 0.2.2.1 synopsis: Various additional operations on lists description: A small library to deal with a little bit more complex operations on lists than Data.List module homepage: http://hackage.haskell.org/package/mmsyn5