ghc-internal-9.1401.0: Basic libraries
Copyright(c) The University of Glasgow 1994-2002
Licensesee libraries/base/LICENSE
Maintainerghc-devs@haskell.org
Stabilityinternal
Portabilitynon-portable (GHC extensions)
Safe HaskellTrustworthy
LanguageHaskell2010

GHC.Internal.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
Eq ConsoleEvent Source #

Since: base-4.3.0.0

Instance details

Defined in GHC.Internal.Event.Windows.ConsoleEvent

Ord ConsoleEvent Source #

Since: base-4.3.0.0

Instance details

Defined in GHC.Internal.Event.Windows.ConsoleEvent

Enum ConsoleEvent Source #

Since: base-4.3.0.0

Instance details

Defined in GHC.Internal.Event.Windows.ConsoleEvent

Read ConsoleEvent Source #

Since: base-4.3.0.0

Instance details

Defined in GHC.Internal.Event.Windows.ConsoleEvent

Show ConsoleEvent Source #

Since: base-4.3.0.0

Instance details

Defined in GHC.Internal.Event.Windows.ConsoleEvent