CurryInfo: boxes-3.0.0 / Boxes.renderBoxWithRows

definition:
renderBoxWithRows :: Int -> Box -> [String]
renderBoxWithRows r b = renderBox (b { rows = r })
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Render a box as a list of lines with a given number of rows.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
renderBoxWithRows
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