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