| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Reddit.Types.Listing
Documentation
data ListingType Source #
Constructors
| Hot | |
| New | |
| Rising | |
| Controversial | |
| Top |
Instances
| Eq ListingType Source # | |
Defined in Reddit.Types.Listing | |
| Read ListingType Source # | |
Defined in Reddit.Types.Listing Methods readsPrec :: Int -> ReadS ListingType # readList :: ReadS [ListingType] # readPrec :: ReadPrec ListingType # readListPrec :: ReadPrec [ListingType] # | |
| Show ListingType Source # | |
Defined in Reddit.Types.Listing Methods showsPrec :: Int -> ListingType -> ShowS # show :: ListingType -> String # showList :: [ListingType] -> ShowS # | |
| ToQuery ListingType Source # | |
Defined in Reddit.Types.Listing | |
Instances
| Functor (Listing t) Source # | |
| (Eq t, Eq a) => Eq (Listing t a) Source # | |
| (Read t, Read a) => Read (Listing t a) Source # | |
| (Show t, Show a) => Show (Listing t a) Source # | |
| Ord t => Semigroup (Listing t a) Source # | |
| Ord t => Monoid (Listing t a) Source # | |
| (FromJSON t, FromJSON a) => FromJSON (Listing t a) Source # | |