| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.AuctionBid
Documentation
data AuctionBid Source #
Constructors
| AuctionBid | Describes a bid in an auction |
Instances
| FromJSON AuctionBid Source # | |
Defined in TD.Data.AuctionBid | |
| Show AuctionBid Source # | |
Defined in TD.Data.AuctionBid Methods showsPrec :: Int -> AuctionBid -> ShowS # show :: AuctionBid -> String # showList :: [AuctionBid] -> ShowS # | |
| Eq AuctionBid Source # | |
Defined in TD.Data.AuctionBid | |
| ShortShow AuctionBid Source # | |
Defined in TD.Data.AuctionBid Methods shortShow :: AuctionBid -> String Source # | |