CurryInfo: currydoc-4.0.0 / CurryDoc.Html.ulistOrEmpty

definition: Info
 
ulistOrEmpty :: [[BaseHtml]] -> [BaseHtml]
ulistOrEmpty items | null items = []
                   | otherwise  = [ulist items]
demand: Info
 argument 1
deterministic: Info
 deterministic operation
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {:,[]}}
name: Info
 ulistOrEmpty
precedence: Info
 no precedence defined
result-values: Info
 {:,[]}
signature: Info
 [[HTML.Base.BaseHtml]] -> [HTML.Base.BaseHtml]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term