definition: |
(/+/) :: Box -> Box -> Box t /+/ b = vcat left [t, emptyBox 1 0, b] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Combine two boxes vertically with left alignment and leave one row between --- the boxes. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {Box}} |
name: |
/+/ |
precedence: |
no precedence defined |
result-values: |
{Box} |
signature: |
Box -> Box -> Box |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |