summaryrefslogtreecommitdiff
blob: c4d2cac84b1d44823ea7298ce1b3a2aeabed4398 (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		A continuation-based, backtracking, logic programming monad.
		An adaptation of the two-continuation implementation found
		in the paper &quot;Backtracking, Interleaving, and Terminating
		Monad Transformers&quot; available here:
		&lt;http://okmij.org/ftp/papers/LogicT.pdf&gt;
	</longdescription>
</pkgmetadata>