Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype PlayerHistoryKey Source #
Instances
FromJSON PlayerHistoryKey Source # | |
Defined in Rattletrap.Type.Attribute.PlayerHistoryKey parseJSON :: Value -> Parser PlayerHistoryKey # parseJSONList :: Value -> Parser [PlayerHistoryKey] # | |
ToJSON PlayerHistoryKey Source # | |
Defined in Rattletrap.Type.Attribute.PlayerHistoryKey toJSON :: PlayerHistoryKey -> Value # toEncoding :: PlayerHistoryKey -> Encoding # toJSONList :: [PlayerHistoryKey] -> Value # toEncodingList :: [PlayerHistoryKey] -> Encoding # omitField :: PlayerHistoryKey -> Bool # | |
Show PlayerHistoryKey Source # | |
Defined in Rattletrap.Type.Attribute.PlayerHistoryKey showsPrec :: Int -> PlayerHistoryKey -> ShowS # show :: PlayerHistoryKey -> String # showList :: [PlayerHistoryKey] -> ShowS # | |
Eq PlayerHistoryKey Source # | |
Defined in Rattletrap.Type.Attribute.PlayerHistoryKey (==) :: PlayerHistoryKey -> PlayerHistoryKey -> Bool # (/=) :: PlayerHistoryKey -> PlayerHistoryKey -> Bool # |
bitPut :: PlayerHistoryKey -> BitPut Source #