• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. isValidAbsFile :: PosixPath -> Bool

    path OsPath.Internal.Posix

    Is the PosixPath a valid absolute file?

  2. isValidRelDir :: PosixPath -> Bool

    path OsPath.Internal.Posix

    Is the PosixPath a valid relative dir?

  3. isValidRelFile :: PosixPath -> Bool

    path OsPath.Internal.Posix

    Is the PosixPath a valid relative file?

  4. isValidAbsDir :: WindowsPath -> Bool

    path OsPath.Internal.Windows

    Is the WindowsPath a valid absolute dir?

  5. isValidAbsFile :: WindowsPath -> Bool

    path OsPath.Internal.Windows

    Is the WindowsPath a valid absolute file?

  6. isValidRelDir :: WindowsPath -> Bool

    path OsPath.Internal.Windows

    Is the WindowsPath a valid relative dir?

  7. isValidRelFile :: WindowsPath -> Bool

    path OsPath.Internal.Windows

    Is the WindowsPath a valid relative file?

  8. InvalidAbsDir :: PosixPath -> PathException

    path OsPath.Posix

    No documentation available.

  9. InvalidAbsFile :: PosixPath -> PathException

    path OsPath.Posix

    No documentation available.

  10. InvalidDir :: PosixPath -> PathException

    path OsPath.Posix

    No documentation available.

Page 601 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete