Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetGameHighScores Source #
Returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only. Returns GameHighScores
Instances
ToJSON GetGameHighScores Source # | |
Defined in TD.Query.GetGameHighScores toJSON :: GetGameHighScores -> Value # toEncoding :: GetGameHighScores -> Encoding # toJSONList :: [GetGameHighScores] -> Value # toEncodingList :: [GetGameHighScores] -> Encoding # | |
Show GetGameHighScores Source # | |
Defined in TD.Query.GetGameHighScores showsPrec :: Int -> GetGameHighScores -> ShowS # show :: GetGameHighScores -> String # showList :: [GetGameHighScores] -> ShowS # | |
Eq GetGameHighScores Source # | |
Defined in TD.Query.GetGameHighScores (==) :: GetGameHighScores -> GetGameHighScores -> Bool # (/=) :: GetGameHighScores -> GetGameHighScores -> Bool # | |
ShortShow GetGameHighScores Source # | |
Defined in TD.Query.GetGameHighScores shortShow :: GetGameHighScores -> String Source # |