CurryInfo: wui2-3.1.0 / HTML.WUI.wMatrix

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