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

GHC.ByteCode.Instr

Description

Bytecode instruction definitions

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

pprPrec :: Rational -> ProtoBCO a -> SDoc