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