cardano-crypto-tests-2.2.0.0: Tests for cardano-crypto-class and -praos
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Crypto.RunIO

Documentation

class RunIO m where Source #

Methods

io ∷ m a → IO a Source #

Instances

Instances details
RunIO Identity Source # 
Instance details

Defined in Test.Crypto.RunIO

Methods

ioIdentity a → IO a Source #

RunIO IO Source # 
Instance details

Defined in Test.Crypto.RunIO

Methods

ioIO a → IO a Source #