definition: |
toPreCondName :: String -> String toPreCondName = (++ "'pre") |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Transform a name into a name of the corresponding precondition --- by adding the suffix "'pre". |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {flip}} |
name: |
toPreCondName |
precedence: |
no precedence defined |
result-values: |
{flip} |
signature: |
String -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |