CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.transFunctionName

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