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-2.2.2-HCiAPEhyNyPA9TYfe0v2V6" '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-2.2.2-HCiAPEhyNyPA9TYfe0v2V6" '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])))) |
Instances
FromJSON TestSet Source # | |
ToJSON TestSet Source # | |
Defined in Language.EO.Phi.Pipeline.Config | |
Generic TestSet Source # | |
Show TestSet Source # | |
type Rep TestSet Source # | |
Defined in Language.EO.Phi.Pipeline.Config type Rep TestSet = D1 ('MetaData "TestSet" "Language.EO.Phi.Pipeline.Config" "eo-phi-normalizer-2.2.2-HCiAPEhyNyPA9TYfe0v2V6" 'False) (C1 ('MetaCons "TestSet" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TestSetEO) :*: S1 ('MetaSel ('Just "phi") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TestSetPhi)) :*: (S1 ('MetaSel ('Just "atoms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe AtomsSet)) :*: S1 ('MetaSel ('Just "enable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool))))) |
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 # |