definition:
|
transFunctionName :: String -> String -> QName
transFunctionName entityName controllerFunction =
(controllerModuleName entityName,
controllerFunction ++ entityName ++ "T")
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- The name of the transaction function for a given entity and transaction
--- functionality.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_) |-> {(,)}}
|
name:
|
transFunctionName
|
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
|