experimenter-0.1.0.14: Perform scientific experiments stored in a DB, and generate reports.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Experimenter.Parameter.Type

Documentation

data ExperimentDesign Source #

Instances

Instances details
Bounded ExperimentDesign Source # 
Instance details

Defined in Experimenter.Parameter.Type

Enum ExperimentDesign Source # 
Instance details

Defined in Experimenter.Parameter.Type

Generic ExperimentDesign Source # 
Instance details

Defined in Experimenter.Parameter.Type

Associated Types

type Rep ExperimentDesign :: Type -> Type #

NFData ExperimentDesign Source # 
Instance details

Defined in Experimenter.Parameter.Type

Methods

rnf :: ExperimentDesign -> () #

Eq ExperimentDesign Source # 
Instance details

Defined in Experimenter.Parameter.Type

Ord ExperimentDesign Source # 
Instance details

Defined in Experimenter.Parameter.Type

type Rep ExperimentDesign Source # 
Instance details

Defined in Experimenter.Parameter.Type

type Rep ExperimentDesign = D1 ('MetaData "ExperimentDesign" "Experimenter.Parameter.Type" "experimenter-0.1.0.14-wBGTjoIS9QAeelx1tdTri" 'False) (C1 ('MetaCons "FullFactory" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "SingleInstance" 'PrefixI 'False) (U1 :: Type -> Type))

data ParameterSetup a Source #

Constructors

forall b.(Show b, Ord b, Serialize b) => ParameterSetup 

Fields

data ParameterSetting a Source #

Instances

Instances details
Generic (ParameterSetting a) Source # 
Instance details

Defined in Experimenter.Parameter.Type

Associated Types

type Rep (ParameterSetting a) :: Type -> Type #

NFData (ParameterSetting a) Source # 
Instance details

Defined in Experimenter.Parameter.Type

Methods

rnf :: ParameterSetting a -> () #

Eq (ParameterSetting a) Source # 
Instance details

Defined in Experimenter.Parameter.Type

type Rep (ParameterSetting a) Source # 
Instance details

Defined in Experimenter.Parameter.Type

type Rep (ParameterSetting a) = D1 ('MetaData "ParameterSetting" "Experimenter.Parameter.Type" "experimenter-0.1.0.14-wBGTjoIS9QAeelx1tdTri" 'False) (C1 ('MetaCons "ParameterSetting" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_parameterSettingName") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "_parameterSettingValue") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 ByteString)) :*: (S1 ('MetaSel ('Just "_parameterSettingSkipPreparationPhase") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "_parameterSettingExperimentDesign") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 ExperimentDesign))))