Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
Search_Queries_NextPageItem gogol-customsearch Gogol.CustomSearch Custom search request metadata. See: newSearch_Queries_NextPageItem smart constructor.
-
gogol-customsearch Gogol.CustomSearch No documentation available.
data
Search_Queries_PreviousPageItem gogol-customsearch Gogol.CustomSearch Custom search request metadata. See: newSearch_Queries_PreviousPageItem smart constructor.
-
gogol-customsearch Gogol.CustomSearch No documentation available.
newResult_Pagemap :: HashMap Text Value -> Result_Pagemapgogol-customsearch Gogol.CustomSearch Creates a value of Result_Pagemap with the minimum fields required to make a request.
newSearch_Queries_NextPageItem :: Search_Queries_NextPageItemgogol-customsearch Gogol.CustomSearch Creates a value of Search_Queries_NextPageItem with the minimum fields required to make a request.
newSearch_Queries_PreviousPageItem :: Search_Queries_PreviousPageItemgogol-customsearch Gogol.CustomSearch Creates a value of Search_Queries_PreviousPageItem with the minimum fields required to make a request.
nextPage :: Search_Queries -> Maybe [Search_Queries_NextPageItem]gogol-customsearch Gogol.CustomSearch Metadata representing the next page of results, if applicable.
previousPage :: Search_Queries -> Maybe [Search_Queries_PreviousPageItem]gogol-customsearch Gogol.CustomSearch Metadata representing the previous page of results, if applicable.
startPage :: Search_Queries_NextPageItem -> Maybe Int32gogol-customsearch Gogol.CustomSearch The page number of this set of results, where the page length is set by the count property.