Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PageMode :: Int -> Double -> PageMode

    egison-pattern-src Language.Egison.Pretty.Pattern

    No documentation available.

  2. data PageLinks

    github GitHub.Data.Request

    PagedQuery returns just some results, using this data we can specify how many pages we want to fetch.

  3. PageLinks :: Maybe URI -> Maybe URI -> Maybe URI -> Maybe URI -> PageLinks

    github GitHub.Data.Request

    No documentation available.

  4. data PageParams

    github GitHub.Data.Request

    Params for specifying the precise page and items per page.

  5. PageParams :: Maybe Int -> Maybe Int -> PageParams

    github GitHub.Data.Request

    No documentation available.

  6. PagedQuery :: forall a (t :: Type -> Type) b (mt :: MediaType Type) (rw :: RW) . (a ~ t b, Foldable t, Semigroup a) => Paths -> QueryString -> FetchCount -> GenRequest mt rw a

    github GitHub.Data.Request

    No documentation available.

  7. PagedQuery :: forall a (t :: Type -> Type) b (mt :: MediaType Type) (rw :: RW) . (a ~ t b, Foldable t, Semigroup a) => Paths -> QueryString -> FetchCount -> GenRequest mt rw a

    github GitHub.Request

    No documentation available.

  8. module GitHub.REST.PageLinks

    No documentation available.

  9. data PageLinks

    github-rest GitHub.REST.PageLinks

    Helper type for GitHub pagination. https://developer.github.com/v3/guides/traversing-with-pagination/

  10. PageLinks :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> PageLinks

    github-rest GitHub.REST.PageLinks

    No documentation available.

Page 228 of many | Previous | Next