CurryInfo: boxes-3.0.0 / Boxes.emptyPara

definition:
emptyPara :: Int -> Para
emptyPara pw = Para pw (Block [] (Line 0 []))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Creates an empty paragraph of the given width.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {Para}}
name:
emptyPara
precedence:
no precedence defined
result-values:
{Para}
signature:
Prelude.Int -> Para
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms