CurryInfo: boxes-3.0.0 / Boxes.moveRight

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