hedgehog-extras-0.6.1.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Process

Documentation

data TimedOut Source #

Constructors

TimedOut 

Instances

Instances details
Generic TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

Associated Types

type Rep TimedOut :: Type -> Type #

Methods

from :: TimedOut -> Rep TimedOut x #

to :: Rep TimedOut x -> TimedOut #

Show TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

Eq TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

type Rep TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

type Rep TimedOut = D1 ('MetaData "TimedOut" "Hedgehog.Extras.Stock.IO.Process" "hedgehog-extras-0.6.1.0-HxTMyu6a8CMLZIrxuaRJwC" 'False) (C1 ('MetaCons "TimedOut" 'PrefixI 'False) (U1 :: Type -> Type))