Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37542043
en ru br
ALT Linux repos
S:2.13.2-alt2

Group :: Development/Haskell
RPM: ghc8.6.4-quickcheck

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.13.2-alt2
Build date: 17 august 2023, 17:42 ( 36.2 weeks ago )
Size: 65.25 Kb

Home page:   https://github.com/nick8325/quickcheck

License: BSD3
Summary: Automatic testing of Haskell programs
Description:

QuickCheck is a library for random testing of program properties. The
programmer provides a specification of the program, in the form of
properties which functions should satisfy, and QuickCheck then tests that
the properties hold in a large number of randomly generated cases.
Specifications are expressed in Haskell, using combinators provided by
QuickCheck. QuickCheck provides combinators to define properties, observe
the distribution of test data, and define test data generators.

Most of QuickCheck's functionality is exported by the main
"Test.QuickCheck" module. The main exception is the monadic property
testing library in "Test.QuickCheck.Monadic".

If you are new to QuickCheck, you can try looking at the following
resources:

* The <http://www.cse.chalmers.se/~rjmh/QuickCheck/man… official
QuickCheck manual>. It's a bit out-of-date in some details and doesn't
cover newer QuickCheck features, but is still full of good advice. *
<https://begriffs.com/posts/2017-01-14-design-use…;, a
detailed tutorial written by a user of QuickCheck.

The <https://hackage.haskell.org/package/quickcheck-i…
quickcheck-instances> companion package provides instances for types in
Haskell Platform packages at the cost of additional dependencies.

Current maintainer: Denis Smirnov

List of contributors

List of rpms provided by this srpm:

  • ghc8.6.4-quickcheck
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin