blob: 49157b8cef9f311dd1a0f9a745dbed57139e53c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|