Safe Haskell | None |
---|---|
Language | GHC2021 |
Documentation
data StageFailure Source #
Instances
data StageSummary Source #
StageFailure StageFailure | |
StageSuccess Text | |
StageNoAction (Maybe Text) | |
StageReport Text (NonEmpty MutableId) |
Instances
Generic StageSummary Source # | |||||
Defined in Hix.Managed.Data.StageResult
from :: StageSummary -> Rep StageSummary x # to :: Rep StageSummary x -> StageSummary # | |||||
Show StageSummary Source # | |||||
Defined in Hix.Managed.Data.StageResult showsPrec :: Int -> StageSummary -> ShowS # show :: StageSummary -> String # showList :: [StageSummary] -> ShowS # | |||||
Eq StageSummary Source # | |||||
Defined in Hix.Managed.Data.StageResult (==) :: StageSummary -> StageSummary -> Bool # (/=) :: StageSummary -> StageSummary -> Bool # | |||||
type Rep StageSummary Source # | |||||
Defined in Hix.Managed.Data.StageResult type Rep StageSummary = D1 ('MetaData "StageSummary" "Hix.Managed.Data.StageResult" "hix-0.7.2-7rwpoWJhaauIDtZl7KwtG7" 'False) ((C1 ('MetaCons "StageFailure" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StageFailure)) :+: C1 ('MetaCons "StageSuccess" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :+: (C1 ('MetaCons "StageNoAction" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :+: C1 ('MetaCons "StageReport" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty MutableId))))) |
data StageResult Source #
Instances
Generic StageResult Source # | |||||
Defined in Hix.Managed.Data.StageResult
from :: StageResult -> Rep StageResult x # to :: Rep StageResult x -> StageResult # | |||||
Show StageResult Source # | |||||
Defined in Hix.Managed.Data.StageResult showsPrec :: Int -> StageResult -> ShowS # show :: StageResult -> String # showList :: [StageResult] -> ShowS # | |||||
Eq StageResult Source # | |||||
Defined in Hix.Managed.Data.StageResult (==) :: StageResult -> StageResult -> Bool # (/=) :: StageResult -> StageResult -> Bool # | |||||
type Rep StageResult Source # | |||||
Defined in Hix.Managed.Data.StageResult type Rep StageResult = D1 ('MetaData "StageResult" "Hix.Managed.Data.StageResult" "hix-0.7.2-7rwpoWJhaauIDtZl7KwtG7" 'False) (C1 ('MetaCons "StageResult" 'PrefixI 'True) (S1 ('MetaSel ('Just "summary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StageSummary) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MutationState)))) |
stageFailures :: StageSummary -> [FailedMutation] Source #