CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.controllerStoreName

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