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.
createDirectoryIfMissing :: String -> Trace ()debian-build Debian.Package.Build.Command Create directory if missing
-
http-semantics Network.HTTP.Semantics No documentation available.
-
http-semantics Network.HTTP.Semantics No documentation available.
bifmap :: Functor f => (a <-> b) -> f a <-> f binvertible 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.
bifmap :: Functor f => (a <-> b) -> f a <-> f binvertible 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.
createIfMissing :: Options -> !Boolleveldb-haskell Database.LevelDB.Base If true, the database will be created if it is missing. Default: False
createIfMissing :: Options -> !Boolleveldb-haskell Database.LevelDB.MonadResource If true, the database will be created if it is missing. Default: False
createIfMissing :: Options -> !Boolleveldb-haskell Database.LevelDB.Types If true, the database will be created if it is missing. Default: False
createDirectoryIfMissing :: AbsRel ar => Bool -> DirPath ar -> IO ()pathtype System.Path.Directory No documentation available.
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.