CurryInfo: boxes-3.0.0 / Boxes.moveDown

definition:
moveDown :: Int -> Box -> Box
moveDown n b = alignVert bottom (rows b + n) b
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Move a box down by putting it into a larger box with extra rows, aligned to
--- the bottom. See remarks for moveLeft.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
moveDown
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Int -> Box -> Box
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms