Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- formatExpr :: Expr a -> Text
- contractNamePart :: Text -> Text
- contractPathPart :: Text -> Text
- showError :: (?context :: DappContext) => Expr Buf -> Text
- showTree :: Tree String -> String
- showTraceTree :: DappInfo -> VM -> Text
- showValues :: (?context :: DappContext) => [AbiType] -> Expr Buf -> Text
- prettyvmresult :: (?context :: DappContext) => Expr End -> String
- showCall :: (?context :: DappContext) => [AbiType] -> Expr Buf -> Text
- showWordExact :: W256 -> Text
- showWordExplanation :: W256 -> DappInfo -> Text
- parenthesise :: [Text] -> Text
- unindexed :: [(Text, AbiType, Indexed)] -> [AbiType]
- showValue :: (?context :: DappContext) => AbiType -> Expr Buf -> Text
- textValues :: (?context :: DappContext) => [AbiType] -> Expr Buf -> [Text]
- showAbiValue :: (?context :: DappContext) => AbiValue -> Text
- prettyIfConcreteWord :: Expr EWord -> Text
- formatBytes :: ByteString -> Text
- formatBinary :: ByteString -> Text
- indent :: Int -> Text -> Text
Documentation
formatExpr :: Expr a -> Text Source #
contractNamePart :: Text -> Text Source #
contractPathPart :: Text -> Text Source #
showValues :: (?context :: DappContext) => [AbiType] -> Expr Buf -> Text Source #
prettyvmresult :: (?context :: DappContext) => Expr End -> String Source #
showWordExact :: W256 -> Text Source #
parenthesise :: [Text] -> Text Source #
textValues :: (?context :: DappContext) => [AbiType] -> Expr Buf -> [Text] Source #
showAbiValue :: (?context :: DappContext) => AbiValue -> Text Source #
formatBytes :: ByteString -> Text Source #
formatBinary :: ByteString -> Text Source #