a807c6e44e
A Comonad is a Functor and provides duals of the Monad "return" and ">>=". Instead of wrapping, you can extract a value from a Comonad.
15 lines
458 B
Makefile
15 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/03 04:36:38 pho Exp $
|
|
|
|
DISTNAME= comonad-5.0.6
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Comonads, dual of Monads
|
|
LICENSE= 2-clause-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-tagged/buildlink3.mk"
|
|
.include "../../devel/hs-transformers-compat/buildlink3.mk"
|
|
.include "../../math/hs-semigroups/buildlink3.mk"
|
|
.include "../../math/hs-distributive/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|