Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. readPackageDbForGhcPkg :: forall pkgs (mode :: DbMode) t . Binary pkgs => FilePath -> DbOpenMode mode t -> IO (pkgs, DbOpenMode mode PackageDbLock)

    ghc-boot GHC.Unit.Database

    Read the part of the package DB that ghc-pkg is interested in Note that the Binary instance for ghc-pkg's representation of packages is not defined in this package. This is because ghc-pkg uses Cabal types (and Binary instances for these) which this package does not depend on. If we open the package db in read only mode, we get its contents. Otherwise we additionally receive a PackageDbLock that represents a lock on the database, so that we can safely update it later.

  2. utf8DecodeForeignPtr :: ForeignPtr Word8 -> Int -> Int -> [Char]

    ghc-boot GHC.Utils.Encoding.UTF8

    No documentation available.

  3. ExplicitForAll :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

  4. GHCForeignImportPrim :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

  5. TransformListComp :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

  6. AnotherZlibCompressorFormat :: Int -> ZlibCompressorFormat

    gi-gio GI.Gio.Enums

    Catch-all for unknown values

  7. DBusErrorSpawnForkFailed :: DBusError

    gi-gio GI.Gio.Enums

    While starting a new process, the fork() call failed.

  8. PasswordSaveForSession :: PasswordSave

    gi-gio GI.Gio.Enums

    save a password for the session.

  9. data ZlibCompressorFormat

    gi-gio GI.Gio.Enums

    Used to select the type of data format to use for ZlibDecompressor and ZlibCompressor. Since: 2.24

  10. ZlibCompressorFormatGzip :: ZlibCompressorFormat

    gi-gio GI.Gio.Enums

    gzip file format

Page 562 of many | Previous | Next