CurryInfo: wui2-3.1.0 / HTML.WUI.wMatrix

definition:
wMatrix :: Eq a => WuiSpec a -> WuiSpec [[a]]
wMatrix wspec = wList (wHList wspec)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- WUI for matrices, i.e., list of list of elements
--- visualized as a matrix.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {WuiSpec}}
name:
wMatrix
precedence:
no precedence defined
result-values:
{WuiSpec}
signature:
Prelude.Eq a => WuiSpec a -> WuiSpec [[a]]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term