CurryInfo: spicey-4.2.0 / Spicey.ControllerGeneration.entityConstructorFunction

definition:
entityConstructorFunction :: String -> Entity -> [Relationship] -> QName
entityConstructorFunction erdname (Entity entityName attrs) relationships =
  (model erdname,
   "new" ++ entityName ++ newSuffix entityName attrs relationships)
demand:
argument 2
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{Entity},_) |-> {(,)}}
name:
entityConstructorFunction
precedence:
no precedence defined
result-values:
{(,)}
signature:
String -> Database.ERD.Entity -> [Database.ERD.Relationship] -> (String, String)
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term