| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.GiftAuctionState
Documentation
data GiftAuctionState Source #
Constructors
| GiftAuctionState | Represent auction state of a gift |
Instances
| FromJSON GiftAuctionState Source # | |
Defined in TD.Data.GiftAuctionState Methods parseJSON :: Value -> Parser GiftAuctionState # parseJSONList :: Value -> Parser [GiftAuctionState] # | |
| Show GiftAuctionState Source # | |
Defined in TD.Data.GiftAuctionState Methods showsPrec :: Int -> GiftAuctionState -> ShowS # show :: GiftAuctionState -> String # showList :: [GiftAuctionState] -> ShowS # | |
| Eq GiftAuctionState Source # | |
Defined in TD.Data.GiftAuctionState Methods (==) :: GiftAuctionState -> GiftAuctionState -> Bool # (/=) :: GiftAuctionState -> GiftAuctionState -> Bool # | |
| ShortShow GiftAuctionState Source # | |
Defined in TD.Data.GiftAuctionState Methods shortShow :: GiftAuctionState -> String Source # | |