diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:57:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:18 +0700 |
commit | 7c000482828a38df7de3a6f531ee383eaabedcf2 (patch) | |
tree | 412737a8822004206400edfde582c9b844fe4940 /haskell/haskell-distributive/slack-desc | |
parent | f705803437ad988d2e8e1189e1b12a1c5106deb2 (diff) |
haskell/haskell-distributive: Added (Distributive functors).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-distributive/slack-desc')
-rw-r--r-- | haskell/haskell-distributive/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-distributive/slack-desc b/haskell/haskell-distributive/slack-desc new file mode 100644 index 0000000000000..ab27c9aae6619 --- /dev/null +++ b/haskell/haskell-distributive/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-distributive: haskell-distributive (Distributive functors) +haskell-distributive: +haskell-distributive: This package provides the notion that is categorically dual to +haskell-distributive: Traversable. A Distributive Functor is one that you can push any +haskell-distributive: functor inside of. +haskell-distributive: +haskell-distributive: +haskell-distributive: +haskell-distributive: +haskell-distributive: +haskell-distributive: |