8ce9a4cc38
Contravariant functors, sometimes referred to colloquially as cofunctor, even though the dual of a functor is just a functor. As with functor the definition of contravariant for a given ADT is unambiguous.
13 lines
331 B
Makefile
13 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/02/01 16:11:36 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= contravariant-0.1.3
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Haskell 98 contravariant functors
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|