Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. iso8601DateFormat :: Maybe String -> String

    time-locale-compat Data.Time.Locale.Compat

    Construct format string according to ISO-8601. The Maybe String argument allows to supply an optional time specification. E.g.:

    iso8601DateFormat Nothing            == "%Y-%m-%d"           -- i.e. YYYY-MM-DD
    iso8601DateFormat (Just "%H:%M:%S")  == "%Y-%m-%dT%H:%M:%S"  -- i.e. YYYY-MM-DDTHH:MM:SS
    

  2. rfc822DateFormat :: String

    time-locale-compat Data.Time.Locale.Compat

    Format string according to RFC822.

  3. fforWithKey :: DMap k2 f -> (forall (v :: k1) . () => k2 v -> f v -> g v) -> DMap k2 g

    dependent-map Data.Dependent.Map

    O(n). fforWithKey == flip mapWithKey except we cannot actually use flip because of the lack of impredicative types.

  4. hostPlatformArch :: Arch

    ghc-boot GHC.Platform.Host

    No documentation available.

  5. hostPlatformArchOS :: ArchOS

    ghc-boot GHC.Platform.Host

    No documentation available.

  6. hostPlatformOS :: OS

    ghc-boot GHC.Platform.Host

    No documentation available.

  7. readPackageDbForGhc :: FilePath -> IO [DbUnitInfo]

    ghc-boot GHC.Unit.Database

    Read the part of the package DB that GHC is interested in.

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

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

    ghc-boot GHC.Utils.Encoding.UTF8

    No documentation available.

  10. ExplicitForAll :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

Page 562 of many | Previous | Next