summaryrefslogtreecommitdiff
blob: 00fa7da2b1f05463b2194c4b2fb3f97b8f126a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<herd>proxy-maintainers</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		Haskell 98 part of a monad transformer library, inspired by the paper
		\&quot;Functional Programming with Overloading and Higher-Order Polymorphism\&quot;,
		by Mark P Jones, in /Advanced School of Functional Programming/, 1995
		(&lt;http://web.cecs.pdx.edu/~mpj/pubs/springschool.html&gt;).
		
		This part contains the monad transformer class, the concrete monad
		transformers, operations and liftings.  It can be used on its own
		in Haskell 98 code, or with the monad classes in the @monads-fd@ or
		@monads-tf@ packages, which automatically lift operations introduced
		by monad transformers through other transformers.
	</longdescription>
</pkgmetadata>