Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data StoryStatistics Source #
StoryStatistics | A detailed statistics about a story |
|
Instances
FromJSON StoryStatistics Source # | |
Defined in TD.Data.StoryStatistics parseJSON :: Value -> Parser StoryStatistics # parseJSONList :: Value -> Parser [StoryStatistics] # | |
Show StoryStatistics Source # | |
Defined in TD.Data.StoryStatistics showsPrec :: Int -> StoryStatistics -> ShowS # show :: StoryStatistics -> String # showList :: [StoryStatistics] -> ShowS # | |
Eq StoryStatistics Source # | |
Defined in TD.Data.StoryStatistics (==) :: StoryStatistics -> StoryStatistics -> Bool # (/=) :: StoryStatistics -> StoryStatistics -> Bool # | |
ShortShow StoryStatistics Source # | |
Defined in TD.Data.StoryStatistics shortShow :: StoryStatistics -> String Source # |