Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. data PageWidth

    clash-lib Data.Text.Prettyprint.Doc.Extra

    Maximum number of characters that fit in one line. The layout algorithms will try not to exceed the set limit by inserting line breaks when applicable (e.g. via softline').

  2. data PageMode

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

    Rendering style configuration.

  3. PageMode :: Int -> Double -> PageMode

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

    No documentation available.

  4. data PageLinks

    github GitHub.Data.Request

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

  5. PageLinks :: Maybe URI -> Maybe URI -> Maybe URI -> Maybe URI -> PageLinks

    github GitHub.Data.Request

    No documentation available.

  6. data PageParams

    github GitHub.Data.Request

    Params for specifying the precise page and items per page.

  7. PageParams :: Maybe Int -> Maybe Int -> PageParams

    github GitHub.Data.Request

    No documentation available.

  8. 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.

  9. 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.

  10. module GitHub.REST.PageLinks

    No documentation available.

Page 228 of many | Previous | Next