パッケージ: libghc-quickcheck-safe-doc (0.1.0.6-3)
libghc-quickcheck-safe-doc に関するリンク
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; documentation
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 the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
その他の libghc-quickcheck-safe-doc 関連パッケージ
|
|
|
|
-
- dep: haddock-interface-38
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: sgml-base (>= 1.28)
- SGML インフラストラクチャおよび SGML カタログファイルのサポート
-
- rec: ghc-doc
- Glasgow Haskell Compilation システムのドキュメンテーション
-
- rec: libghc-quickcheck-safe-dev
- Safe reimplementation of QuickCheck's core
-
- rec: libghc-quickcheck2-doc
- Haskell automatic testing library for GHC; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-quickcheck-safe-prof
- Safe reimplementation of QuickCheck's core; profiling libraries