CurryInfo: wl-pprint-3.0.0 / Text.PrettyImpl.applyNesting

definition:
applyNesting :: Nesting -> Width -> Remaining -> Margins -> Margins
applyNesting Align   w r ms = (w - r) : ms
applyNesting (Inc i) _ _ ms = case ms of
  m:_ -> (m + i) : ms
  _   -> error "Pretty.applyNesting: empty margin list"
demand:
argument 1
deterministic:
deterministic operation
failfree:
(_, _, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Align},_,_,_) |-> {:} || ({Inc},_,_,{:}) |-> {:}}
name:
applyNesting
precedence:
no precedence defined
result-values:
{:}
signature:
Nesting -> Prelude.Int -> Prelude.Int -> [Prelude.Int] -> [Prelude.Int]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms