Cabal-3.2.1.0: A framework for packaging Haskell software
Safe Haskell None
Language Haskell2010

Distribution.Types.BenchmarkType

Synopsis

Documentation

data BenchmarkType Source #

The "benchmark-type" field in the benchmark stanza.

Constructors

BenchmarkTypeExe Version

"type: exitcode-stdio-x.y"

BenchmarkTypeUnknown String Version

Some unknown benchmark type e.g. "type: foo"

Instances

Instances details
Eq BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType

Data BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType

Methods

gfoldl :: ( forall d b. Data d => c (d -> b) -> d -> c b) -> ( forall g. g -> c g) -> BenchmarkType -> c BenchmarkType Source #

gunfold :: ( forall b r. Data b => c (b -> r) -> c r) -> ( forall r. r -> c r) -> Constr -> c BenchmarkType Source #

toConstr :: BenchmarkType -> Constr Source #

dataTypeOf :: BenchmarkType -> DataType Source #

dataCast1 :: Typeable t => ( forall d. Data d => c (t d)) -> Maybe (c BenchmarkType ) Source #

dataCast2 :: Typeable t => ( forall d e. ( Data d, Data e) => c (t d e)) -> Maybe (c BenchmarkType ) Source #

gmapT :: ( forall b. Data b => b -> b) -> BenchmarkType -> BenchmarkType Source #

gmapQl :: (r -> r' -> r) -> r -> ( forall d. Data d => d -> r') -> BenchmarkType -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> ( forall d. Data d => d -> r') -> BenchmarkType -> r Source #

gmapQ :: ( forall d. Data d => d -> u) -> BenchmarkType -> [u] Source #

gmapQi :: Int -> ( forall d. Data d => d -> u) -> BenchmarkType -> u Source #

gmapM :: Monad m => ( forall d. Data d => d -> m d) -> BenchmarkType -> m BenchmarkType Source #

gmapMp :: MonadPlus m => ( forall d. Data d => d -> m d) -> BenchmarkType -> m BenchmarkType Source #

gmapMo :: MonadPlus m => ( forall d. Data d => d -> m d) -> BenchmarkType -> m BenchmarkType Source #

Read BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType

Show BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType

Generic BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType

Binary BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType

NFData BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType

Structured BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType

Pretty BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType

Parsec BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType

type Rep BenchmarkType Source #
Instance details

Defined in Distribution.Types.BenchmarkType