Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. srcFilePath :: MonadFileId m => SourceFile -> m AbsolutePath

    Agda Agda.TypeChecking.Monad.Base

    Get the file name of a SourceFile.

  2. topLevelModuleFilePath :: ModuleToSource -> TopLevelModuleName -> AbsolutePath

    Agda Agda.TypeChecking.Monad.Base

    Lookup the path of a top level module name, which must be a known one.

  3. absFilePath :: Parser (Path Abs File)

    attoparsec-path Data.Attoparsec.Path

    No documentation available.

  4. relFilePath :: Parser (Path Rel File)

    attoparsec-path Data.Attoparsec.Path

    No documentation available.

  5. fromFilePath :: FilePath -> Maybe ModuleName

    cabal-gild CabalGild.Unstable.Extra.ModuleName

    Parses a FilePath as a ModuleName.

  6. getConfigFilePath :: Flag FilePath -> IO FilePath

    cabal-install Distribution.Client.Config

    Returns the config file path, without checking that the file exists. The order of precedence is: input flag, CABAL_CONFIG, default location.

  7. data MonitorFilePath

    cabal-install Distribution.Client.FileMonitor

    A description of a file (or set of files) to monitor for changes. Where file paths are relative they are relative to a common directory (e.g. project root), not necessarily the process current directory.

  8. getFilePathRootDirectory :: FilePathRoot -> FilePath -> IO FilePath

    cabal-install Distribution.Client.Glob

    Get the FilePath corresponding to a FilePathRoot. The FilePath argument is required to supply the path for the FilePathRelative case.

  9. data HsFilePath

    cabal-install Distribution.Client.Init.Types

    No documentation available.

  10. HsFilePath :: FilePath -> HsFileType -> HsFilePath

    cabal-install Distribution.Client.Init.Types

    No documentation available.

Page 28 of many | Previous | Next