definition: |
vsep :: Int -> Alignment -> [Box] -> Box vsep sep a bs = punctuateV a (emptyBox sep 0) bs |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Combines a list of boxes vertically with the given alignment and space --- between all boxes. |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> {Box}} |
name: |
vsep |
precedence: |
no precedence defined |
result-values: |
{Box} |
signature: |
Prelude.Int -> Alignment -> [Box] -> Box |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |