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