Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. createDirectoryIfMissing :: String -> Trace ()

    debian-build Debian.Package.Build.Command

    Create directory if missing

  2. tokenIfMatch :: Token

    http-semantics Network.HTTP.Semantics

    No documentation available.

  3. tokenIfModifiedSince :: Token

    http-semantics Network.HTTP.Semantics

    No documentation available.

  4. bifmap :: Functor f => (a <-> b) -> f a <-> f b

    invertible Data.Invertible.Functor

    Lift both sides of an bijection over a functor using fmap. We name this bifmap in deference to the more useful fmap.

  5. bifmap :: Functor f => (a <-> b) -> f a <-> f b

    invertible Data.Invertible.Prelude

    Lift both sides of an bijection over a functor using fmap. We name this bifmap in deference to the more useful fmap.

  6. createIfMissing :: Options -> !Bool

    leveldb-haskell Database.LevelDB.Base

    If true, the database will be created if it is missing. Default: False

  7. createIfMissing :: Options -> !Bool

    leveldb-haskell Database.LevelDB.MonadResource

    If true, the database will be created if it is missing. Default: False

  8. createIfMissing :: Options -> !Bool

    leveldb-haskell Database.LevelDB.Types

    If true, the database will be created if it is missing. Default: False

  9. createDirectoryIfMissing :: AbsRel ar => Bool -> DirPath ar -> IO ()

    pathtype System.Path.Directory

    No documentation available.

  10. createDirectoryIfMissing :: Bool -> RawFilePath -> IO ()

    rawfilepath RawFilePath

    Create a new directory if it does not already exist. If the first argument is True the function will also create all parent directories when they are missing.

Page 20 of many | Previous | Next