CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.attrWidgets

definition: Info
 
attrWidgets :: [Attribute] -> [CExpr]
attrWidgets ((Attribute _ domain _ null):attrlist) =
  (widgetFor domain null) : (attrWidgets attrlist)
attrWidgets [] = []
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Associate to each attribute of the argument list a WUI specification
as an abstract Curry program
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({:}) |-> {:} || ({[]}) |-> {[]}}
name: Info
 attrWidgets
precedence: Info
 no precedence defined
result-values: Info
 {:,[]}
signature: Info
 [Database.ERD.Attribute] -> [AbstractCurry.Types.CExpr]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms