CurryInfo: boxes-3.0.0 / Boxes.hcat

definition:
hcat :: Alignment -> [Box] -> Box
hcat a bs = Box h w (Row $ map (alignVert a h) bs)
 where
  (w, h) = sumMax cols 0 rows bs
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Combines a list of boxes horizontally with the given alignment.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {Box}}
name:
hcat
precedence:
no precedence defined
result-values:
{Box}
signature:
Alignment -> [Box] -> Box
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term