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

definition:
check1 :: (Data a, Show a) => Config -> String -> (a -> Prop) -> IO Bool
check1 config msg = check config msg . suc id
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- Checks a property parameterized over a single argument
--- with a given configuration (first argument)
--- and a name for the test (second argument).
--- Returns a flag whether the test was successful.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_) |-> {.._#lambda508}}
name:
check1
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(Prelude.Data a, Prelude.Show a) => Config -> 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