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.

  1. openFileForWrite :: OsPath -> IO Handle

    directory System.Directory.Internal

    No documentation available.

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

  3. BeforePhase :: Int -> Phases

    template-haskell Language.Haskell.TH

    No documentation available.

  4. ExplicitForAll :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  5. GHCForeignImportPrim :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  6. TransformListComp :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  7. ExplicitForAll :: Extension

    template-haskell Language.Haskell.TH.LanguageExtensions

    No documentation available.

  8. GHCForeignImportPrim :: Extension

    template-haskell Language.Haskell.TH.LanguageExtensions

    No documentation available.

  9. TransformListComp :: Extension

    template-haskell Language.Haskell.TH.LanguageExtensions

    No documentation available.

  10. pprForall :: [TyVarBndr Specificity] -> Cxt -> Doc

    template-haskell Language.Haskell.TH.Ppr

    No documentation available.

Page 409 of many | Previous | Next