CurryInfo: easycheck-3.2.0 / Test.EasyCheck.Exec.verboseCheck1

definition:
 
verboseCheck1 :: (Data a, Show a) => String -> (a -> Prop) -> IO Bool
verboseCheck1 = check1 verboseConfig
demand:
 no demanded arguments
deterministic:
 possibly non-deterministic operation
documentation:
 
Checks a property parameterized over a single argument
according to the verbose configuration
and a name for the test (first argument).
Returns a flag whether the test was successful.
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,_) |-> {check1}}
name:
 verboseCheck1
precedence:
 no precedence defined
result-values:
 {check1}
signature:
 (Prelude.Data a, Prelude.Show a) => String -> (a -> Test.Prop.Types.Prop)
-> Prelude.IO Prelude.Bool
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term