CurryInfo: contracts-3.1.0 / Test.Contract.withPostContract0

definition:
withPostContract0 :: Show a => String -> (a -> Bool) -> (a -> a) -> a -> a
withPostContract0 fname postcond postobserve val
  | checkPost fname (postcond val) (unwords [showATerm (postobserve val)])
  = val
demand:
arguments 3 5
deterministic:
deterministic operation
documentation:
-- Add postcondition contract to 0-ary operation:
failfree:
<FAILING>
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_,_,_,_,_) |-> _}
name:
withPostContract0
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Show a => String -> (a -> Prelude.Bool) -> (a -> a) -> a -> a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term