witherable 0.3.3 → 0.3.4
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- src/Data/Witherable.hs +2/−0
- witherable.cabal +1/−1
src/Data/Witherable.hs view
@@ -42,6 +42,8 @@ -- * Cloning , cloneFilter , Peat(..)+ -- * Wrapper+ , WrappedFoldable(..) ) where
witherable.cabal view
@@ -1,5 +1,5 @@ name: witherable-version: 0.3.3+version: 0.3.4 synopsis: filterable traversable description: A stronger variant of `traverse` which can remove elements and generalised mapMaybe, catMaybes, filter homepage: https://github.com/fumieval/witherable