Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data FileDownload Source #
FileDownload | Describes a file added to file download list |
|
Instances
FromJSON FileDownload Source # | |
Defined in TD.Data.FileDownload parseJSON :: Value -> Parser FileDownload # parseJSONList :: Value -> Parser [FileDownload] # | |
Show FileDownload Source # | |
Defined in TD.Data.FileDownload showsPrec :: Int -> FileDownload -> ShowS # show :: FileDownload -> String # showList :: [FileDownload] -> ShowS # | |
Eq FileDownload Source # | |
Defined in TD.Data.FileDownload (==) :: FileDownload -> FileDownload -> Bool # (/=) :: FileDownload -> FileDownload -> Bool # | |
ShortShow FileDownload Source # | |
Defined in TD.Data.FileDownload shortShow :: FileDownload -> String Source # |