CurryInfo: boxes-3.0.0 / Boxes.moveLeft

definition: Info
 
moveLeft :: Int -> Box -> Box
moveLeft n b = alignHoriz left (cols b + n) b
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Move a box left by putting it into a larger box with extra columns, aligned
to the left. Note that this will only move the box by the specified amount 
if it is already in a larger right-aligned box.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 moveLeft
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Int -> Box -> Box
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms