themoviedb-1.1.1.0: Haskell API bindings for http://themoviedb.org

Safe HaskellNone
LanguageHaskell2010

Network.API.TheMovieDB.Internal.SearchResults

Description

Utility type for processing movie search results.

Synopsis

Documentation

newtype SearchResults a Source

Internal wrapper to parse a list of results from JSON.

Constructors

SearchResults 

Fields

searchResults :: [a]
 

Instances