CurryInfo: currydoc-4.0.0 / CurryDoc.Html.removeTopPar

definition: Info
 
removeTopPar :: [BaseHtml] -> [BaseHtml]
removeTopPar hexps = case hexps of
  [BaseStruct "p" [] hs] -> hs
  _ -> hexps
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
remove a single top-level paragraph in HTML expressions:
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({:}) |-> _ || ({[]}) |-> {[]}}
name: Info
 removeTopPar
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
 reducible on all ground data terms