CurryInfo: boxes-3.0.0 / Boxes.columns

definition: Info
 
columns :: Alignment -> Int -> Int -> String -> [Box]
columns a w h t = map (mkParaBox a h) . chunksOf h $ flow w t
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Creates a list of boxes, each of a specific width and height. The given 
text is flowed into as many columns as necessary according to the given
alignment.
failfree: Info
 (_, _, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_) |-> _}
name: Info
 columns
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Alignment -> Prelude.Int -> Prelude.Int -> String -> [Box]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term