CurryInfo: boxes-3.0.0 / Boxes.punctuateH

definition:
punctuateH :: Alignment -> Box -> [Box] -> Box
punctuateH a p bs = hcat a (intersperse p bs)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Combine a list of boxes horizontally with the given alignment and a copy of 
--- the given box between each two boxes.
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> {Box}}
name:
punctuateH
precedence:
no precedence defined
result-values:
{Box}
signature:
Alignment -> Box -> [Box] -> Box
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term