Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
openFileForWrite :: OsPath -> IO Handledirectory System.Directory.Internal No documentation available.
removePathForcibly :: OsPath -> IO ()directory System.Directory.OsPath Removes a file or directory at path together with its contents and subdirectories. Symbolic links are removed without affecting their targets. If the path does not exist, nothing happens. Unlike other removal functions, this function will also attempt to delete files marked as read-only or otherwise made unremovable due to permissions. As a result, if the removal is incomplete, the permissions or attributes on the remaining files may be altered. If there are hard links in the directory, then permissions on all related hard links may be altered. If an entry within the directory vanishes while removePathForcibly is running, it is silently ignored. If an exception occurs while removing an entry, removePathForcibly will still try to remove as many entries as it can before failing with an exception. The first exception that it encountered is re-thrown.
-
template-haskell Language.Haskell.TH No documentation available.
-
template-haskell Language.Haskell.TH No documentation available.
GHCForeignImportPrim :: Extensiontemplate-haskell Language.Haskell.TH No documentation available.
TransformListComp :: Extensiontemplate-haskell Language.Haskell.TH No documentation available.
-
template-haskell Language.Haskell.TH.LanguageExtensions No documentation available.
GHCForeignImportPrim :: Extensiontemplate-haskell Language.Haskell.TH.LanguageExtensions No documentation available.
TransformListComp :: Extensiontemplate-haskell Language.Haskell.TH.LanguageExtensions No documentation available.
pprForall :: [TyVarBndr Specificity] -> Cxt -> Doctemplate-haskell Language.Haskell.TH.Ppr No documentation available.