CurryInfo: wui2-3.1.0 / HTML.WUI.wHidden

definition:
wHidden :: (Read a, Show a) => WuiSpec a
wHidden =
  WuiSpec (head, "?", const True) -- dummy values, not used
          (\_ _ v -> (hempty, value2state v))
          (\_ _ -> True)
          (\_ wst -> (state2value wst))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A hidden widget for a value that is not shown in the WUI.
--- Usually, this is used in components of larger
--- structures, e.g., internal identifiers, data base keys.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {WuiSpec}}
name:
wHidden
precedence:
no precedence defined
result-values:
{WuiSpec}
signature:
(Prelude.Read a, Prelude.Show a) => WuiSpec a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term