hevm-0.51.1: Ethereum virtual machine evaluator
Safe HaskellSafe-Inferred
LanguageGHC2021

EVM.Format

Synopsis

Documentation

showError :: (?context :: DappContext) => Expr Buf -> Text Source #

showTree :: Tree String -> String #

Show a Tree using Unicode art

showValues :: (?context :: DappContext) => [AbiType] -> Expr Buf -> Text Source #

showCall :: (?context :: DappContext) => [AbiType] -> Expr Buf -> Text Source #

showValue :: (?context :: DappContext) => AbiType -> Expr Buf -> Text Source #

textValues :: (?context :: DappContext) => [AbiType] -> Expr Buf -> [Text] Source #

showAbiValue :: (?context :: DappContext) => AbiValue -> Text Source #