reddit-0.2.0.0: Library for interfacing with Reddit's API

Safe HaskellNone
LanguageHaskell2010

Reddit.Types.Listing

Documentation

data Listing t a Source

Constructors

Listing 

Fields

before :: Maybe t
 
after :: Maybe t
 
contents :: [a]
 

Instances

Functor (Listing t) 
(Eq t, Eq a) => Eq (Listing t a) 
(Read t, Read a) => Read (Listing t a) 
(Show t, Show a) => Show (Listing t a) 
(FromJSON t, FromJSON a) => FromJSON (Listing t a) 
Ord t => Monoid (Listing t a)