definition: |
(<>) :: Box -> Box -> Box l <> r = hcat top [l, r] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Combine two boxes horizontally with top alignment. |
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 |