Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data TestSetPhi Source #
Instances
data MetricsChangeCategory a Source #
Instances
type MetricsChange = Metrics Percent Source #
Instances
data ReportInput Source #
Instances
data ReportOutput Source #
Instances
data ReportConfig Source #
Instances
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 #
Instances
data PathPrefix Source #
PathPrefix | |
|
Instances
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 #
Instances
Instances
data PipelineConfig Source #
PipelineConfig | |
|
Instances
data ReportFormat Source #
ReportFormat'Html | |
ReportFormat'Markdown | GitHub Flavored Markdown |
Instances
Eq ReportFormat Source # | |
Defined in Language.EO.Phi.Pipeline.Config (==) :: ReportFormat -> ReportFormat -> Bool # (/=) :: ReportFormat -> ReportFormat -> Bool # |
readPipelineConfig :: MonadIO m => FilePath -> m PipelineConfig Source #