Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data GameHighScores Source #
GameHighScores | Contains a list of game high scores |
|
Instances
FromJSON GameHighScores Source # | |
Defined in TD.Data.GameHighScores parseJSON :: Value -> Parser GameHighScores # parseJSONList :: Value -> Parser [GameHighScores] # | |
Show GameHighScores Source # | |
Defined in TD.Data.GameHighScores showsPrec :: Int -> GameHighScores -> ShowS # show :: GameHighScores -> String # showList :: [GameHighScores] -> ShowS # | |
Eq GameHighScores Source # | |
Defined in TD.Data.GameHighScores (==) :: GameHighScores -> GameHighScores -> Bool # (/=) :: GameHighScores -> GameHighScores -> Bool # | |
ShortShow GameHighScores Source # | |
Defined in TD.Data.GameHighScores shortShow :: GameHighScores -> String Source # |