Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37040761
en ru br
Репозитории ALT

Группа :: Разработка/Haskell
Пакет: ghc8.6.4-quickcheck

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 2.13.2-alt2
Время сборки: 17 августа 2023, 17:42 ( 32.0 недели назад )
Размер архива: 65.25 Kb

Домашняя страница:   https://github.com/nick8325/quickcheck

Лицензия: BSD3
О пакете: Automatic testing of Haskell programs
Описание:

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.

Текущий майнтейнер: Denis Smirnov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • ghc8.6.4-quickcheck
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin