GHC.ByteCode.Instr
Bytecode instruction definitions
Documentation
Constructors
Instances
Constructors
ProtoBCO | |
Fields
|
Instances
Outputable a => Outputable (ProtoBCO a) Source # | |
bciStackUse :: BCInstr -> Word Source #
newtype LocalLabel Source #
A local block label (e.g. identifying a case alternative).
Constructors
LocalLabel | |
Fields |
Instances
Outputable LocalLabel Source # | |
Defined in GHC.ByteCode.Instr Methods ppr :: LocalLabel -> SDoc Source # | |
Eq LocalLabel Source # | |
Defined in GHC.ByteCode.Instr | |
Ord LocalLabel Source # | |
Defined in GHC.ByteCode.Instr Methods compare :: LocalLabel -> LocalLabel -> Ordering # (<) :: LocalLabel -> LocalLabel -> Bool # (<=) :: LocalLabel -> LocalLabel -> Bool # (>) :: LocalLabel -> LocalLabel -> Bool # (>=) :: LocalLabel -> LocalLabel -> Bool # max :: LocalLabel -> LocalLabel -> LocalLabel # min :: LocalLabel -> LocalLabel -> LocalLabel # |