| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StrongPath.Path
Synopsis
- fromPathRelDir :: Path Rel Dir -> Path System (Rel a) (Dir b)
- fromPathRelFile :: Path Rel File -> Path System (Rel a) (File f)
- fromPathAbsDir :: Path Abs Dir -> Path System Abs (Dir a)
- fromPathAbsFile :: Path Abs File -> Path System Abs (File f)
- fromPathRelDirW :: Path Rel Dir -> Path Windows (Rel a) (Dir b)
- fromPathRelFileW :: Path Rel File -> Path Windows (Rel a) (File f)
- fromPathAbsDirW :: Path Abs Dir -> Path Windows Abs (Dir a)
- fromPathAbsFileW :: Path Abs File -> Path Windows Abs (File f)
- fromPathRelDirP :: Path Rel Dir -> Path Posix (Rel a) (Dir b)
- fromPathRelFileP :: Path Rel File -> Path Posix (Rel a) (File f)
- fromPathAbsDirP :: Path Abs Dir -> Path Posix Abs (Dir a)
- fromPathAbsFileP :: Path Abs File -> Path Posix Abs (File f)
- toPathRelDir :: Path System (Rel a) (Dir b) -> Path Rel Dir
- toPathRelFile :: Path System (Rel a) (File f) -> Path Rel File
- toPathAbsDir :: Path System Abs (Dir a) -> Path Abs Dir
- toPathAbsFile :: Path System Abs (File f) -> Path Abs File
- toPathRelDirW :: Path Windows (Rel a) (Dir b) -> Path Rel Dir
- toPathRelFileW :: Path Windows (Rel a) (File f) -> Path Rel File
- toPathAbsDirW :: Path Windows Abs (Dir a) -> Path Abs Dir
- toPathAbsFileW :: Path Windows Abs (File f) -> Path Abs File
- toPathRelDirP :: Path Posix (Rel a) (Dir b) -> Path Rel Dir
- toPathRelFileP :: Path Posix (Rel a) (File f) -> Path Rel File
- toPathAbsDirP :: Path Posix Abs (Dir a) -> Path Abs Dir
- toPathAbsFileP :: Path Posix Abs (File f) -> Path Abs File
Parsers (from Path.Path to Path)
Functions for parsing Path paths into StrongPath paths.
Conversion (from Path to Path.Path)
Functions for converting paths from StrongPath paths into Path paths.