CurryInfo: contracts-3.1.0 / Test.Contract.withPostContract0ND

definition:
withPostContract0ND :: Show a => String -> (a -> Values Bool) -> (a -> a) -> a -> a
withPostContract0ND fname postcond postobserve val
  | checkPostND fname (postcond val) (unwords [showATerm (postobserve val)])
  = val
demand:
argument 5
deterministic:
deterministic operation
documentation:
-- Add postcondition contract to 0-ary operation:
failfree:
<FAILING>
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_,_,_,_,_) |-> _}
name:
withPostContract0ND
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Show a => String -> (a
-> Control.Search.SetFunctions.Values 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