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