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

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. KeyPageDown :: SpecialKey

    Vis Vis

    No documentation available.

  2. KeyPageUp :: SpecialKey

    Vis Vis

    No documentation available.

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

    bindings-GLFW Bindings.GLFW

    No documentation available.

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

    bindings-GLFW Bindings.GLFW

    No documentation available.

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

    diagrams-postscript Graphics.Rendering.Postscript

    Pure variant of renderPagesWith

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

  7. backupPagecount :: Backup -> IO Int

    direct-sqlite Database.SQLite3

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

  8. c_sqlite3_backup_pagecount :: Ptr CBackup -> IO CInt

    direct-sqlite Database.SQLite3.Bindings

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

  9. backupPagecount :: Backup -> IO Int

    direct-sqlite Database.SQLite3.Direct

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

  10. homepage :: Lens' Meta String

    distribution-nixpkgs Distribution.Nixpkgs.Meta

    No documentation available.

Page 292 of many | Previous | Next

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