-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Ethereum virtual machine evaluator -- -- Hevm implements the Ethereum virtual machine semantics. . It can be -- used as a library, and it also comes with an executable that can run -- unit test suites, optionally with a visual TTY debugger. @package hevm @version 0.50.0 module Paths_hevm version :: Version getBinDir :: IO FilePath getLibDir :: IO FilePath getDynLibDir :: IO FilePath getDataDir :: IO FilePath getLibexecDir :: IO FilePath getDataFileName :: FilePath -> IO FilePath getSysconfDir :: IO FilePath module EVM.TestUtils runDappTestCustom :: FilePath -> Text -> Maybe Integer -> Bool -> RpcInfo -> IO Bool runDappTest :: FilePath -> Text -> IO Bool debugDappTest :: FilePath -> RpcInfo -> IO () testOpts :: SolverGroup -> FilePath -> Text -> Text -> Maybe Integer -> Bool -> RpcInfo -> IO UnitTestOptions compileWithDSTest :: FilePath -> IO (Text, Text)