CurryInfo: boxes-3.0.0 / Boxes.moveUp

definition:
moveUp :: Int -> Box -> Box
moveUp n b = alignVert top (rows b + n) b
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Move a box up by putting it into a larger box with extra rows, aligned to
--- the top. See remarks for moveLeft.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
moveUp
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