| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.EO.Phi.Pipeline.Config
Documentation
data TestSetPhi Source #
Constructors
| TestSetPhi | |
Fields | |
Instances
data MetricsChangeCategory a Source #
Constructors
| MetricsChange'Good | |
Fields
| |
| MetricsChange'Bad | |
Fields
| |
| MetricsChange'NA | |
Instances
type MetricsChange = Metrics Percent Source #
Instances
data ReportInput Source #
Instances
data ReportOutput Source #
Constructors
| ReportOutput | |
Instances
data ReportConfig Source #
Constructors
| ReportConfig | |
Instances
Constructors
| TestSetEO | |
Instances
| FromJSON TestSetEO Source # | |
| ToJSON TestSetEO Source # | |
Defined in Language.EO.Phi.Pipeline.Config | |
| Generic TestSetEO Source # | |
| Show TestSetEO Source # | |
| type Rep TestSetEO Source # | |
Defined in Language.EO.Phi.Pipeline.Config type Rep TestSetEO = D1 ('MetaData "TestSetEO" "Language.EO.Phi.Pipeline.Config" "eo-phi-normalizer-3.2.0-JYpRuzRMmxREAY3Gx6hnyF" 'False) (C1 ('MetaCons "TestSetEO" 'PrefixI 'True) ((S1 ('MetaSel ('Just "original") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath) :*: S1 ('MetaSel ('Just "yaml") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath)) :*: (S1 ('MetaSel ('Just "filtered") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath) :*: (S1 ('MetaSel ('Just "include") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [String])) :*: S1 ('MetaSel ('Just "exclude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [String])))))) | |
Instances
| FromJSON AtomsSet Source # | |
| ToJSON AtomsSet Source # | |
Defined in Language.EO.Phi.Pipeline.Config | |
| Generic AtomsSet Source # | |
| Show AtomsSet Source # | |
| type Rep AtomsSet Source # | |
Defined in Language.EO.Phi.Pipeline.Config type Rep AtomsSet = D1 ('MetaData "AtomsSet" "Language.EO.Phi.Pipeline.Config" "eo-phi-normalizer-3.2.0-JYpRuzRMmxREAY3Gx6hnyF" 'False) (C1 ('MetaCons "AtomsSet" 'PrefixI 'True) (S1 ('MetaSel ('Just "enable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [String])) :*: S1 ('MetaSel ('Just "disable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [String])))) | |
data PathPrefixEO Source #
Instances
data PathPrefixPhi Source #
Constructors
| PathPrefixPhi | |
Fields
| |
Instances
data PathPrefix Source #
Constructors
| PathPrefix | |
Fields
| |
Instances
Constructors
| Common | |
Fields | |
Instances
| FromJSON Common Source # | |
| ToJSON Common Source # | |
Defined in Language.EO.Phi.Pipeline.Config | |
| Generic Common Source # | |
| Show Common Source # | |
| type Rep Common Source # | |
Defined in Language.EO.Phi.Pipeline.Config type Rep Common = D1 ('MetaData "Common" "Language.EO.Phi.Pipeline.Config" "eo-phi-normalizer-3.2.0-JYpRuzRMmxREAY3Gx6hnyF" 'False) (C1 ('MetaCons "Common" 'PrefixI 'True) (S1 ('MetaSel ('Just "pathPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PathPrefix) :*: S1 ('MetaSel ('Just "bindingsPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe String)))) | |
data Individual Source #
Constructors
| Individual | |
Instances
Constructors
| TestSetExtended | |
| TestSetCompact | |
Fields
| |
Instances
data PipelineConfig Source #
Constructors
| PipelineConfig | |
Fields
| |
Instances
data ReportFormat Source #
Constructors
| ReportFormat'Html | |
| ReportFormat'Markdown | GitHub Flavored Markdown |
Instances
| Eq ReportFormat Source # | |
Defined in Language.EO.Phi.Pipeline.Config | |
readPipelineConfig :: MonadIO m => FilePath -> m PipelineConfig Source #