diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:56:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:13 +0700 |
commit | efa6c6284b637c10c3d32cf96d71b3474e0b4636 (patch) | |
tree | 5c4f96d68d6e7ca0754a4c45d322b3f7c1ea1a7a /haskell/haskell-comonad/slack-desc | |
parent | 4bc50dc0f2327b891a898538dc3b755c2cae56d0 (diff) |
haskell/haskell-comonad: Added (Comonads).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-comonad/slack-desc')
-rw-r--r-- | haskell/haskell-comonad/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-comonad/slack-desc b/haskell/haskell-comonad/slack-desc new file mode 100644 index 0000000000000..49081c283ab7f --- /dev/null +++ b/haskell/haskell-comonad/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-comonad: haskell-comonad (Comonads) +haskell-comonad: +haskell-comonad: This package provides comonads, the categorical dual of monads. The +haskell-comonad: typeclass provides three methods: extract, duplicate, and extend. +haskell-comonad: +haskell-comonad: +haskell-comonad: +haskell-comonad: +haskell-comonad: +haskell-comonad: +haskell-comonad: |