Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37518020
en ru br
ALT Linux repositórios
S:2.13.2-alt2

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 2.13.2-alt2
Data da compilação: 17 agosto 2023, 17:42 ( 36.0 weeks ago )
Tamanho:: 65.25 Kb

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

Licença: BSD3
Sumário: Automatic testing of Haskell programs
Descrição:

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.

Mantenedor currente: Denis Smirnov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • ghc8.6.4-quickcheck
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009