definition: |
withPreContract1 :: Show a => String -> (a -> Bool) -> (a -> b) -> a -> b withPreContract1 fname precond fun arg | checkPre fname (precond arg) (showATerm arg) = fun arg |
demand: |
arguments 3 4 |
deterministic: |
deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{(_,_,_,_,_) |-> _} |
name: |
withPreContract1 |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Show a => String -> (a -> Prelude.Bool) -> (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 |