CurryInfo: wui2-3.1.0 / HTML.WUI.setParWuiStore

definition:
setParWuiStore :: (Read a, Show a, Read b, Show b) =>
                  ParWuiSessionStore b a -> b -> a -> IO ()
setParWuiStore wuistore par val =
  putSessionData wuistore (par, (True, Just val))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Sets the initial data which are edited in a parameterized WUI form
--- in the session store.
failfree:
<FAILING>
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_,_,_,_,_,_,_) |-> _}
name:
setParWuiStore
precedence:
no precedence defined
result-values:
_
signature:
(Prelude.Read b, Prelude.Show b, Prelude.Read a, Prelude.Show a) => Data.Global.GlobalP (HTML.Session.SessionData (a, (Prelude.Bool, Prelude.Maybe b)))
-> a -> b -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term