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

definition:
unApplyNesting :: Margins -> Margins
unApplyNesting []     = error "Pretty.unApplyNesting: empty margin list"
unApplyNesting (_:ms) = ms
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({:}) |-> _}
name:
unApplyNesting
precedence:
no precedence defined
result-values:
_
signature:
[Prelude.Int] -> [Prelude.Int]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms