definition:
|
resizeBoxAligned :: Int -> Int -> Alignment -> Alignment -> [String] -> [String]
resizeBoxAligned r c ha va = takePA va (blanks c) r . map (takePA ha ' ' c)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Resize a rendered list of lines using the given alignments.
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_,_) |-> {.._#lambda508}}
|
name:
|
resizeBoxAligned
|
precedence:
|
no precedence defined
|
result-values:
|
{.._#lambda508}
|
signature:
|
Prelude.Int -> Prelude.Int -> Alignment -> Alignment -> [String] -> [String]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|