软件包: libghc-quickcheck-safe-dev (0.1.0.2-1build2)
libghc-quickcheck-safe-dev 的相关链接
Trisquel 的资源:
下载源码包 haskell-quickcheck-safe:
- [haskell-quickcheck-safe_0.1.0.2-1build2.dsc]
- [haskell-quickcheck-safe_0.1.0.2.orig.tar.gz]
- [haskell-quickcheck-safe_0.1.0.2-1build2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Haskell Group (Mail Archive)
- Joachim Breitner
外部的资源:
- 主页 [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.1.3) [i386]
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.2.5) [amd64]
-
- dep: libghc-base-dev-4.9.1.0-5a696 [i386]
- 本虚包由这些包填实: ghc
-
- dep: libghc-base-dev-4.9.1.0-d28d6 [amd64]
- 本虚包由这些包填实: ghc
-
- dep: libghc-quickcheck-dev-2.9.2-13014 [amd64]
- 本虚包由这些包填实: libghc-quickcheck2-dev
-
- dep: libghc-quickcheck-dev-2.9.2-b6676 [i386]
- 本虚包由这些包填实: libghc-quickcheck2-dev
-
- dep: libgmp10
- Multiprecision arithmetic library
-
- sug: libghc-quickcheck-safe-doc
- Safe reimplementation of QuickCheck's core; documentation
-
- sug: libghc-quickcheck-safe-prof
- Safe reimplementation of QuickCheck's core; profiling libraries