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