[ 原始碼: haskell-quickcheck-safe ]
套件:libghc-quickcheck-safe-dev(0.1.0.6-3 以及其他的)
libghc-quickcheck-safe-dev 的相關連結
Debian 的資源:
下載原始碼套件 haskell-quickcheck-safe:
- [haskell-quickcheck-safe_0.1.0.6-3.dsc]
- [haskell-quickcheck-safe_0.1.0.6.orig.tar.gz]
- [haskell-quickcheck-safe_0.1.0.6-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [hackage.haskell.org]
相似套件:
Safe reimplementation of QuickCheck's core
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. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-quickcheck-safe-dev 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libghc-base-dev-4.15.1.0-a09f1
- 本虛擬套件由這些套件填實: ghc
-
- dep: libghc-containers-dev-0.6.4.1-326b4
- 本虛擬套件由這些套件填實: ghc
-
- dep: libghc-quickcheck-dev-2.14.2-61f6a
- 本虛擬套件由這些套件填實: libghc-quickcheck2-dev
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- Multiprecision arithmetic library