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

definition:
tupled :: [Doc] -> Doc
tupled = encloseSep lparen rparen comma
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The document `(tupled xs)` comma seperates the documents `xs` and encloses
--- them in parenthesis. The documents are rendered horizontally if that fits
--- the page. Otherwise they are aligned vertically.
--- All comma seperators are put in front of the elements.
--- @param xs - a list of documents
--- @return comma seperated documents xs and enclosed in parenthesis
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {encloseSep}}
name:
tupled
precedence:
no precedence defined
result-values:
{encloseSep}
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