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