ghc-9.2.0.20210422: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.ByteCode.Instr

Description

Bytecode instruction definitions

Synopsis

Documentation

data ProtoBCO a Source #

Instances

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

Defined in GHC.ByteCode.Instr

Methods

ppr :: ProtoBCO a -> SDoc Source #

newtype LocalLabel Source #

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

Constructors

LocalLabel 

Instances

Instances details
Outputable LocalLabel # 
Instance details

Defined in GHC.ByteCode.Instr

Methods

ppr :: LocalLabel -> SDoc Source #

Eq LocalLabel # 
Instance details

Defined in GHC.ByteCode.Instr

Ord LocalLabel # 
Instance details

Defined in GHC.ByteCode.Instr