CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.controllerFunctionName

definition: Info
 
controllerFunctionName :: String -> String -> QName
controllerFunctionName entityName controllerFunction =
  (controllerModuleName entityName,
   controllerFunction ++ entityName ++ "Controller")
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
The name of the controller function for a given entity and controller
functionality.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {(,)}}
name: Info
 controllerFunctionName
precedence: Info
 no precedence defined
result-values: Info
 {(,)}
signature: Info
 String -> String -> (String, String)
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms