CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.controllerFormName

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