CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.indent

definition:
indent :: Options -> Doc -> Doc
indent o d = nest (indentWidth o) d
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Indentation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {Doc}}
name:
indent
precedence:
no precedence defined
result-values:
{Doc}
signature:
Options -> Text.PrettyImpl.Doc -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms