CurryInfo: gui-3.0.0 / Graphics.UI.runGUI

definition:
runGUI :: String -> Widget -> IO ()
runGUI title widget = runInitGUIwithParams title "" widget (const (return []))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- IO action to run a Widget in a new window.
--- @param title - the title of the main window containing the widget
--- @param widget - the widget shown in the new window
failfree:
<FAILING>
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
runGUI
precedence:
no precedence defined
result-values:
_
signature:
String -> Widget -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term