themoviedb-1.1.4.0: Haskell API bindings for http://themoviedb.org
Network.API.TheMovieDB.Types.Genre
Synopsis
data Genre Source #
Metadata for a genre.
Constructors
Fields
TheMovieDB unique ID.
The name of the genre.
Instances
Methods
(==) :: Genre -> Genre -> Bool #
(/=) :: Genre -> Genre -> Bool #
showsPrec :: Int -> Genre -> ShowS #
show :: Genre -> String #
showList :: [Genre] -> ShowS #
parseJSON :: Value -> Parser Genre #
parseJSONList :: Value -> Parser [Genre] #