summaryrefslogtreecommitdiff
blob: 611b70b0b8f77088c98621a05096e18aad1228ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		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
		(&lt;http://web.cecs.pdx.edu/~mpj/pubs/springschool.html&gt;).
	</longdescription>
	<upstream>
		<remote-id type="github">ekmett/mtl</remote-id>
	</upstream>
</pkgmetadata>