Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Hix.Data.OutputFormat
Documentation
data OutputFormat Source #
Constructors
OutputNone | |
OutputJson | |
OutputCommitMsg | |
OutputGaPr |
Instances
Generic OutputFormat Source # | |
Defined in Hix.Data.OutputFormat Associated Types type Rep OutputFormat :: Type -> Type # | |
Show OutputFormat Source # | |
Defined in Hix.Data.OutputFormat Methods showsPrec :: Int -> OutputFormat -> ShowS # show :: OutputFormat -> String # showList :: [OutputFormat] -> ShowS # | |
Eq OutputFormat Source # | |
Defined in Hix.Data.OutputFormat | |
type Rep OutputFormat Source # | |
Defined in Hix.Data.OutputFormat type Rep OutputFormat = D1 ('MetaData "OutputFormat" "Hix.Data.OutputFormat" "hix-0.7.1-GF38grEMhDKjpxBMjWXGC" 'False) ((C1 ('MetaCons "OutputNone" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "OutputJson" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "OutputCommitMsg" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "OutputGaPr" 'PrefixI 'False) (U1 :: Type -> Type))) |