CurryInfo: boxes-3.0.0 / Boxes.align

definition:
align :: Alignment -> Alignment -> Int -> Int -> Box -> Box
align ah av r c = Box r c . SubBox ah av
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Creates a box of a specific width and height containing another box's 
--- content aligned according to the given alignment.
failfree:
(_, _, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_) |-> {.._#lambda508}}
name:
align
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
Alignment -> Alignment -> Prelude.Int -> Prelude.Int -> Box -> Box
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms