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/README | |
parent | 4bc50dc0f2327b891a898538dc3b755c2cae56d0 (diff) |
haskell/haskell-comonad: Added (Comonads).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-comonad/README')
-rw-r--r-- | haskell/haskell-comonad/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-comonad/README b/haskell/haskell-comonad/README new file mode 100644 index 000000000000..2ce079a078e7 --- /dev/null +++ b/haskell/haskell-comonad/README @@ -0,0 +1,5 @@ +This package provides comonads, the categorical dual of monads. The +typeclass provides three methods: extract, duplicate, and extend. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |