CurryInfo: boxes-3.0.0 / Boxes.renderBoxWithCols

definition:
renderBoxWithCols :: Int -> Box -> [String]
renderBoxWithCols c b = renderBox (b { cols = c })
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Render a box as a list of lines with a given number of columns.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
renderBoxWithCols
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Int -> Box -> [String]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term