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