Package ghc8.6.4-quickcheck: Information

    Binary package: ghc8.6.4-quickcheck
    Version: 2.13.2-alt1
    Architecture: armh
    Build time:  Jul 16, 2021, 10:00 AM in the task #278961
    Source package: ghc8.6.4-quickcheck
    Report package bug
    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/manual.html 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-quickcheck.html>, a
    detailed tutorial written by a user of QuickCheck.
    
    The <https://hackage.haskell.org/package/quickcheck-instances
    quickcheck-instances> companion package provides instances for types in
    Haskell Platform packages at the cost of additional dependencies.

    Maintainer: Denis Smirnov

    List of contributors:
    Denis Smirnov

    Last changed


    June 21, 2020 Denis Smirnov 2.13.2-alt1
    - Spec created by cabal2rpm 0.20_10