CurryInfo: boxes-3.0.0 / Boxes.mkParaBox

definition:
mkParaBox :: Alignment -> Int -> [String] -> Box
mkParaBox a n = alignVert top n . vcat a . map text
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Creates a box of a specific height that contains a list of texts.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {.._#lambda508}}
name:
mkParaBox
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
Alignment -> Prelude.Int -> [String] -> Box
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term