TD.Data.Updates
data Updates Source #
Constructors
Contains a list of updates
Fields
List of updates
Defined in TD.Data.Updates
Methods
parseJSON :: Value -> Parser Updates #
parseJSONList :: Value -> Parser [Updates] #
showsPrec :: Int -> Updates -> ShowS #
show :: Updates -> String #
showList :: [Updates] -> ShowS #
(==) :: Updates -> Updates -> Bool #
(/=) :: Updates -> Updates -> Bool #
shortShow :: Updates -> String Source #