CurryInfo: gui-3.0.0 / Graphics.UI.exitGUI

definition: Info
 
exitGUI :: GuiPort -> IO ()
exitGUI gport = send2tk "exit" gport -- this also terminates the scheduler
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
An event handler for terminating the GUI.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 exitGUI
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 GuiPort -> Prelude.IO ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms