|
definition: |
toNoCheckQName :: (String,String) -> (String,String) toNoCheckQName (mn,fn) = (mn, fn ++ "'NOCHECK") |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
Transform a qualified name into a name of the corresponding function without precondition checking by adding the suffix "'NOCHECK". |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{({(,)}) |-> {(,)}}
|
|
name: |
toNoCheckQName |
|
precedence: |
no precedence defined |
|
result-values: |
{(,)}
|
|
signature: |
(String, String) -> (String, String) |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |