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.
-
path OsPath.Posix Path of some base and type. The type variables are:
- b — base, the base location of the path; absolute or relative.
- t — type, whether file or directory.
- File format: file.txt, foo/bar.txt, /foo/bar.txt
- Directory format: foo/, /foo/bar/
-
path OsPath.Posix Exceptions that can occur during path operations.
type
PathParseException = PathExceptionpath OsPath.Posix Deprecated: Please use PathException instead.
-
path OsPath.Windows Path of some base and type. The type variables are:
- b — base, the base location of the path; absolute or relative.
- t — type, whether file or directory.
- File format: file.txt, foo/bar.txt, /foo/bar.txt
- Directory format: foo/, /foo/bar/
-
path OsPath.Windows Exceptions that can occur during path operations.
type
PathParseException = PathExceptionpath OsPath.Windows Deprecated: Please use PathException instead.
-
This library provides a well-typed representation of paths in a filesystem directory tree. Both Path.Posix and Path.Windows provide the same interface. This module will reexport the appropriate module for your platform.
-
Internal types and functions.
-
path Path.Internal.Posix Path of some base and type. The type variables are:
- b — base, the base location of the path; absolute or relative.
- t — type, whether file or directory.
- File format: file.txt, foo/bar.txt, /foo/bar.txt
- Directory format: foo/, /foo/bar/
-
path Path.Internal.Posix No documentation available.