CurryInfo: boxes-3.0.0 / Boxes.//

definition:
(//) :: Box -> Box -> Box
t // b = vcat left [t, b]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Combine two boxes vertically with left 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