Pakket: libghc-quickcheck-safe-prof (0.1.0.4-2 en anderen)
Verwijzigingen voor libghc-quickcheck-safe-prof
Debian bronnen:
Het bronpakket haskell-quickcheck-safe downloaden:
- [haskell-quickcheck-safe_0.1.0.4-2.dsc]
- [haskell-quickcheck-safe_0.1.0.4.orig.tar.gz]
- [haskell-quickcheck-safe_0.1.0.4-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [hackage.haskell.org]
Vergelijkbare pakketten:
Safe reimplementation of QuickCheck's core; profiling libraries
QuickCheck-safe reimplements the quickCheck functionality with a pure interface and a very small trusted base (see Test.QuickCheck.Safe.Trusted).
* uses the existing Arbitrary instances * implemented features: testing, result minimization (i.e., shrinking) * missing features: expected failures, label frequencies, coverage
The package is targeted at users who want to leverage SafeHaskell for sandboxing.
>>> putStr $ quickCheck (inventQCGen ()) (\x -> length (x :: [()]) < 10) *** Failed! Falsifiable (after 18 tests and 3 shrinks): [(),(),(),(),(),(),(),(),(),(),(),(),(),(),()]
This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
Andere aan libghc-quickcheck-safe-prof gerelateerde pakketten
|
|
|
|
-
- dep: libghc-base-prof-4.11.1.0-3abbc
- virtueel pakket geboden door ghc-prof
-
- dep: libghc-quickcheck-prof-2.11.3-0255a
- virtueel pakket geboden door libghc-quickcheck2-prof
-
- dep: libghc-quickcheck-safe-dev (= 0.1.0.4-2+b2)
- Safe reimplementation of QuickCheck's core