CurryInfo: currydoc-4.0.0 / CurryDoc.Html.removeTopPar

definition:
removeTopPar :: [BaseHtml] -> [BaseHtml]
removeTopPar hexps = case hexps of
  [BaseStruct "p" [] hs] -> hs
  _ -> hexps
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- remove a single top-level paragraph in HTML expressions:
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({:}) |-> _ || ({[]}) |-> {[]}}
name:
removeTopPar
precedence:
no precedence defined
result-values:
_
signature:
[HTML.Base.BaseHtml] -> [HTML.Base.BaseHtml]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms