remove Show instance

pull/284/head
Will Song 5 years ago
parent 3e76a0f56c
commit e8f1591429
  1. 1
      lib/Echidna/Transaction.hs

@ -87,7 +87,6 @@ type ContractA = (Addr, [SolSignature])
data World = World { _senders :: [Addr]
, _receivers :: [ContractA]
}
deriving (Show)
makeLenses ''World
-- | Given generators for an origin, destination, value, and function call, generate a call

Loading…
Cancel
Save