EVM.Op
data Op Source #
Constructors
Defined in EVM.Op
Methods
showsPrec :: Int -> Op -> ShowS #
show :: Op -> String #
showList :: [Op] -> ShowS #
(==) :: Op -> Op -> Bool #
(/=) :: Op -> Op -> Bool #
opString :: (Integral a, Show a) => (a, Op) -> String Source #