./devel/hs-generic-arbitrary, Generic implementation for QuickChecks Arbitrary

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.1nb1, Package name: hs-generic-arbitrary-1.0.1nb1, Maintainer: pkgsrc-users

Generic implementations of methods of the Arbitrary class from the
QuickCheck library. The approach taken here can lead to diverging instances
for mutually recursive types but is safe for simply recursive ones and
guarantees flat distribution for constructors of sum-types.


Master sites:

Filesize: 6.666 KB

Version history: (Expand)


CVS history: (Expand)


   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-05-04 08:38:22 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-generic-arbitrary: import hs-generic-arbitrary-1.0.1

Generic implementations of methods of the Arbitrary class from the
QuickCheck library. The approach taken here can lead to diverging instances
for mutually recursive types but is safe for simply recursive ones and
guarantees flat distribution for constructors of sum-types.