hedgehog-extras-0.9.0.0: Supplemental library for hedgehog
Safe HaskellNone
LanguageHaskell2010

Hedgehog.Extras.Internal.Orphans

Orphan instances

MonadBaseControl IO (ResourceT IO) Source # 
Instance details

Associated Types

type StM (ResourceT IO) a 
Instance details

Defined in Hedgehog.Extras.Internal.Orphans

type StM (ResourceT IO) a = a
MonadBase IO (ResourceT IO) Source # 
Instance details

Methods

liftBase :: IO α -> ResourceT IO α #