Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data ReportStoryResult Source #
Describes result of story report
ReportStoryResultOk | The story was reported successfully |
ReportStoryResultOptionRequired | The user must choose an option to report the story and repeat request with the chosen option |
ReportStoryResultTextRequired | The user must add additional text details to the report |
|
Instances
FromJSON ReportStoryResult Source # | |
Defined in TD.Data.ReportStoryResult parseJSON :: Value -> Parser ReportStoryResult # parseJSONList :: Value -> Parser [ReportStoryResult] # | |
Show ReportStoryResult Source # | |
Defined in TD.Data.ReportStoryResult showsPrec :: Int -> ReportStoryResult -> ShowS # show :: ReportStoryResult -> String # showList :: [ReportStoryResult] -> ShowS # | |
Eq ReportStoryResult Source # | |
Defined in TD.Data.ReportStoryResult (==) :: ReportStoryResult -> ReportStoryResult -> Bool # (/=) :: ReportStoryResult -> ReportStoryResult -> Bool # | |
ShortShow ReportStoryResult Source # | |
Defined in TD.Data.ReportStoryResult shortShow :: ReportStoryResult -> String Source # |