summaryrefslogtreecommitdiff
blob: db7cb87451bf8a88fe1766803a1b92f1635346c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
		instead of testing for a sample of randomly generated values, SmallCheck
		tests properties for all the finitely many values up to some depth,
		progressively increasing the depth used.
	</longdescription>
</pkgmetadata>