| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetGameHighScores
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
Constructors
| GetGameHighScores | |
Instances
| ToJSON GetGameHighScores Source # | |
Defined in TD.Query.GetGameHighScores Methods toJSON :: GetGameHighScores -> Value # toEncoding :: GetGameHighScores -> Encoding # toJSONList :: [GetGameHighScores] -> Value # toEncodingList :: [GetGameHighScores] -> Encoding # | |
| Show GetGameHighScores Source # | |
Defined in TD.Query.GetGameHighScores Methods showsPrec :: Int -> GetGameHighScores -> ShowS # show :: GetGameHighScores -> String # showList :: [GetGameHighScores] -> ShowS # | |
| Eq GetGameHighScores Source # | |
Defined in TD.Query.GetGameHighScores Methods (==) :: GetGameHighScores -> GetGameHighScores -> Bool # (/=) :: GetGameHighScores -> GetGameHighScores -> Bool # | |
| ShortShow GetGameHighScores Source # | |
Defined in TD.Query.GetGameHighScores Methods shortShow :: GetGameHighScores -> String Source # | |