CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.controllerFormName

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