CurryInfo: boxes-3.0.0 / Boxes.<+>

definition:
(<+>) :: Box -> Box -> Box
l <+> r = hcat top [l, emptyBox 0 1, r]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Combine two boxes horizontally with top alignment and leave one column
--- 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