CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.controllerFunctionName

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