summaryrefslogtreecommitdiff
path: root/dev-haskell/type-equality/metadata.xml
blob: 1c5ebbe9daa92f523231126a2fe2bd37dcecf710 (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>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		In the presence of GADTs, sometimes a proof is
		needed that two types are equal. This package
		contains an equality type for this purpose, plus its
		properties (reflexive, symmetric, transitive) and
		some useful operations (substitution, congruence,
		coercion/cast). It also contains a type class for
		producing equality proofs, providing some form of
		decidable equality on types.
	</longdescription>
	<upstream>
		<remote-id type="github">hesselink/type-equality</remote-id>
	</upstream>
</pkgmetadata>