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