| Copyright | (c) Andrey Mulik 2019 |
|---|---|
| License | BSD-style |
| Maintainer | work.a.mulik@gmail.com |
| Portability | non-portable (requires non-portable modules) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Test.SDP.Estimate
Contents
Description
Test.SDP.Estimate provides basic test suite for Estimate instances.
Synopsis
- type TestEstimate e = Int -> e -> e -> Bool
- estimateTest :: Bordered b i => Int -> b -> b -> Bool
Estimate test
type TestEstimate e = Int -> e -> e -> Bool Source #
TestEstimate is service type synonym for more comfortable quickCheck using.
estimateTest :: Bordered b i => Int -> b -> b -> Bool Source #
estimateTest is basic test suite for Estimate instances.