• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. pdfpagelayout :: LaTeXC l => PdfPageLayout -> l

    HaTeX Text.LaTeX.Packages.Hyperref

    This package option sets the layout of PDF pages.

  2. pdfstartpage :: LaTeXC l => l -> l

    HaTeX Text.LaTeX.Packages.Hyperref

    This package option determines on which page the PDF file is opened.

  3. KeyPageDown :: SpecialKey

    Vis Vis

    No documentation available.

  4. KeyPageUp :: SpecialKey

    Vis Vis

    No documentation available.

  5. c'GLFW_KEY_PAGE_DOWN :: Num a => a

    bindings-GLFW Bindings.GLFW

    No documentation available.

  6. c'GLFW_KEY_PAGE_UP :: Num a => a

    bindings-GLFW Bindings.GLFW

    No documentation available.

  7. renderPagesBuilder :: Surface -> [Render a] -> (Builder, [a])

    diagrams-postscript Graphics.Rendering.Postscript

    Pure variant of renderPagesWith

  8. renderPagesWith :: MonadIO m => Surface -> [Render a] -> m [a]

    diagrams-postscript Graphics.Rendering.Postscript

    Renders multiple pages given as a list of Render actions to the file associated with the Surface argument.

  9. backupPagecount :: Backup -> IO Int

    direct-sqlite Database.SQLite3

    https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backuppagecount

  10. c_sqlite3_backup_pagecount :: Ptr CBackup -> IO CInt

    direct-sqlite Database.SQLite3.Bindings

    https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backuppagecount

Page 292 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete