openbsd-ports/devel/hs-mtl/pkg/DESCR
kili 7fff88d346 Import mtl-2.0.1.0, needed by a couple of hs-* ports after the
update to ghc-7.0.2. Unfortunately, there are some other ports
that don't build with mtl-2 yet, so in the worst case i've to
include mtl-1 within the ghc package and mtl-2 in this new port.

Not yet linked to the build, of course.
2010-12-26 19:10:50 +00:00

6 lines
312 B
Plaintext

Monad classes using functional dependencies, with instances for
various monad transformers, inspired by the paper `Functional
Programming with Overloading and Higher-Order Polymorphism', by
Mark P Jones, in `Advanced School of Functional Programming', 1995
(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).