mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<?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>
|
|
Feat (Functional Enumeration of Abstract Types) provides
|
|
enumerations as functions from natural numbers to values
|
|
(similar to @toEnum@ but for any algebraic data type). This
|
|
can be used for SmallCheck-style systematic testing,
|
|
QuickCheck style random testing, and hybrids of the two.
|
|
|
|
The enumerators are defined in a very boilerplate manner
|
|
and there is a Template Haskell script for deriving the
|
|
class instance for most types.
|
|
"Test.Feat" contain a subset of the other modules that
|
|
should be sufficient for most test usage. There
|
|
are some small and large example in the tar
|
|
ball.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="hackage">testing-feat</remote-id>
|
|
<remote-id type="github">size-based/testing-feat</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|