CurryInfo: wl-pprint-3.0.0 / Text.Pretty.hcat

definition:
hcat :: [Doc] -> Doc
hcat = compose (<>)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The document `(hcat xs)` concatenates all documents `xs` horizontally
--- with `(<>)`.
--- @param xs - a list of documents
--- @return horizontal concatenation of documents
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {compose}}
name:
hcat
precedence:
no precedence defined
result-values:
{compose}
signature:
[Text.PrettyImpl.Doc] -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term