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

definition: Info
 
cat :: [Doc] -> Doc
cat = group . vcat
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
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: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {.._#lambda508}}
name: Info
 cat
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 [Text.PrettyImpl.Doc] -> Text.PrettyImpl.Doc
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term