Monoid transformers: State, Reader There is no Writer transformer. It's vice versa: The Writer monad transforms a monoid to a monad.
12 lines
310 B
Makefile
12 lines
310 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/09/23 06:53:04 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= monoid-transformer-0.0.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Monoid counterparts to some ubiquitous monad transformers
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|