base-4.20.2.0: Core data structures and operations
Copyright(c) The University of Glasgow 1994-2002
Licensesee libraries/base/LICENSE
Maintainerghc-devs@haskell.org
Stabilityinternal
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Event.Windows.ConsoleEvent

Description

Windows IO manager interfaces. Depending on which IO Subsystem is used requests will be routed to different places.

Documentation

data ConsoleEvent Source #

Constructors

ControlC 
Break 
Close 
Logoff 
Shutdown 

Instances

Instances details
Enum ConsoleEvent

Since: base-4.3.0.0

Instance details

Defined in GHC.Internal.Event.Windows.ConsoleEvent

Read ConsoleEvent

Since: base-4.3.0.0

Instance details

Defined in GHC.Internal.Event.Windows.ConsoleEvent

Show ConsoleEvent

Since: base-4.3.0.0

Instance details

Defined in GHC.Internal.Event.Windows.ConsoleEvent

Eq ConsoleEvent

Since: base-4.3.0.0

Instance details

Defined in GHC.Internal.Event.Windows.ConsoleEvent

Ord ConsoleEvent

Since: base-4.3.0.0

Instance details

Defined in GHC.Internal.Event.Windows.ConsoleEvent