ghc-lib-0.20201101: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.ByteCode.Instr

Description

Bytecode instruction definitions

Synopsis

Documentation

data ProtoBCO a Source #

Constructors

ProtoBCO 

Fields

Instances

Instances details
Outputable a => Outputable (ProtoBCO a) Source # 
Instance details

Defined in GHC.ByteCode.Instr

Methods

ppr :: ProtoBCO a -> SDoc

newtype LocalLabel Source #

A local block label (e.g. identifying a case alternative).

Constructors

LocalLabel 

Instances

Instances details
Eq LocalLabel Source # 
Instance details

Defined in GHC.ByteCode.Instr

Ord LocalLabel Source # 
Instance details

Defined in GHC.ByteCode.Instr

Outputable LocalLabel Source # 
Instance details

Defined in GHC.ByteCode.Instr

Methods

ppr :: LocalLabel -> SDoc