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

definition:
cat :: [Doc] -> Doc
cat = group . vcat
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The document `(cat xs)` concatenates all documents `xs` either horizontally
--- with `(<>)`, if it fits the page, or vertically with
--- `(<$$>)`.
--- `cat xs  = group (vcat xs)`
--- @param xs - a list of documents
--- @return horizontal concatenation of documents
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
cat
precedence:
no precedence defined
result-values:
{.._#lambda508}
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