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