definition: |
toPostCondQName :: (String,String) -> (String,String) toPostCondQName (mn,fn) = (mn, toPostCondName fn) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Transform a qualified name into a name of the corresponding postcondition --- by adding the suffix "'post". |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> {(,)}} |
name: |
toPostCondQName |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
(String, String) -> (String, String) |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |