| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
EVM.Fuzz
Description
Documentation
filterCorrectKeccak :: [Prop] -> [Prop] Source #
data CollectVars Source #
Instances
| Show CollectVars Source # | |
Defined in EVM.Fuzz Methods showsPrec :: Int -> CollectVars -> ShowS # show :: CollectVars -> String # showList :: [CollectVars] -> ShowS # | |
findVarProp :: Prop -> State CollectVars Prop Source #
extractVars :: [Prop] -> CollectVars Source #
newtype CollectBufs Source #
Constructors
| CollectBufs | |
Instances
| Show CollectBufs Source # | |
Defined in EVM.Fuzz Methods showsPrec :: Int -> CollectBufs -> ShowS # show :: CollectBufs -> String # showList :: [CollectBufs] -> ShowS # | |
findBufProp :: Prop -> State CollectBufs Prop Source #
data CollectStorage Source #
Constructors
| CollectStorage | |
Instances
| Semigroup CollectStorage Source # | |
Defined in EVM.Fuzz Methods (<>) :: CollectStorage -> CollectStorage -> CollectStorage # sconcat :: NonEmpty CollectStorage -> CollectStorage # stimes :: Integral b => b -> CollectStorage -> CollectStorage # | |
| Show CollectStorage Source # | |
Defined in EVM.Fuzz Methods showsPrec :: Int -> CollectStorage -> ShowS # show :: CollectStorage -> String # showList :: [CollectStorage] -> ShowS # | |
extractStorage :: [Prop] -> CollectStorage Source #
getRndW256 :: Gen W256 Source #