diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-28 15:15:03 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:42 +1300 |
commit | 5f4da4f2932b1a8a10e348e2d2aee229e39b6f2c (patch) | |
tree | 1ff9202e7584afe0c7535db40795d1d6f8e7d7d0 /haskell/haskell-witherable/slack-desc | |
parent | 6450a07c175dfa72f2df0e17509a288941a2d1e2 (diff) |
haskell/haskell-witherable: Added (filterable traversable).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-witherable/slack-desc')
-rw-r--r-- | haskell/haskell-witherable/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-witherable/slack-desc b/haskell/haskell-witherable/slack-desc new file mode 100644 index 0000000000000..aac09ecb77d08 --- /dev/null +++ b/haskell/haskell-witherable/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-witherable: haskell-witherable (filterable traversable) +haskell-witherable: +haskell-witherable: A stronger variant of traverse which can remove elements and +haskell-witherable: generalised mapMaybe, catMaybes, filter. +haskell-witherable: +haskell-witherable: https://hackage.haskell.org/package/witherable +haskell-witherable: +haskell-witherable: +haskell-witherable: +haskell-witherable: +haskell-witherable: |