definition: |
alignVert :: Alignment -> Int -> Box -> Box alignVert a r b = align AlignFirst a r (cols b) b |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Creates a box of a specific height containing another box's content aligned --- according to the given alignment. |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
alignVert |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Alignment -> Prelude.Int -> Box -> Box |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |