TD.Data.Gifts
data Gifts Source #
Constructors
Contains a list of gifts that can be sent to another user
Fields
The list of gifts
Defined in TD.Data.Gifts
Methods
parseJSON :: Value -> Parser Gifts #
parseJSONList :: Value -> Parser [Gifts] #
showsPrec :: Int -> Gifts -> ShowS #
show :: Gifts -> String #
showList :: [Gifts] -> ShowS #
(==) :: Gifts -> Gifts -> Bool #
(/=) :: Gifts -> Gifts -> Bool #
shortShow :: Gifts -> String Source #