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

GHC.ByteCode.Instr

Description

Bytecode instruction definitions

Synopsis

Documentation

data ProtoBCO a #

Instances

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

Defined in GHC.ByteCode.Instr

Methods

ppr :: ProtoBCO a -> SDoc #

newtype LocalLabel #

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 #

Eq LocalLabel # 
Instance details

Defined in GHC.ByteCode.Instr

Ord LocalLabel # 
Instance details

Defined in GHC.ByteCode.Instr