CurryInfo: contracts-3.1.0 / Test.Contract.withContract2ND

definition:
withContract2ND :: (Show a, Show b, Show c) => String
                -> (a -> b -> Values Bool) -> (a -> b -> c -> Values Bool)
                -> (c -> c) -> (a -> b -> c) -> a -> b -> c
withContract2ND fname precond postcond postobserve fun arg1 arg2
  |  checkPreND fname (precond arg1 arg2)
                      (unwords [showATerm arg1,showATerm arg2])
  &> checkPostND fname (postcond arg1 arg2 result)
                 (unwords [showATerm arg1, showATerm arg2, "->",
                           showATerm (postobserve result)])
  = result
 where result = fun arg1 arg2
demand:
argument 8
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_,_,_,_,_,_,_,_,_,_) |-> _}
name:
withContract2ND
precedence:
no precedence defined
result-values:
_
signature:
(Prelude.Show a, Prelude.Show b, Prelude.Show c) => String -> (a -> b
-> Control.Search.SetFunctions.Values Prelude.Bool) -> (a -> b -> c
-> Control.Search.SetFunctions.Values Prelude.Bool) -> (c -> c) -> (a -> b -> c)
-> a -> b -> c
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term