CurryInfo: gui-3.0.0 / Graphics.UI.Cmd

definition:
Cmd :: (GuiPort -> IO ()) -> ConfItem
Cmd cmd = Command (\gport -> cmd gport >> return [])
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A simple event handler that can be associated to a widget.
--- The event handler takes a GUI port as parameter in order to
--- read or write values from/into the GUI.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {Handler}}
name:
Cmd
precedence:
no precedence defined
result-values:
{Handler}
signature:
(GuiPort -> Prelude.IO ()) -> ConfItem
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms