Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Validity.Path
Contents
- Its path is not
.
- Its path does not contain '..'.
- The path contains no UTF16 Surrogate codepoints
- Parsing the path and rendering it again results in the same path.
- Its path does not end in
/.
- Its path is not
.
- Its path does not contain '..'.
- The path contains no UTF16 Surrogate codepoints
- Parsing the path and rendering it again results in the same path.
- Its path does not contain '..'.
- The path contains no UTF16 Surrogate codepoints
- Parsing the path and rendering it again results in the same path.
- Orphan instances
Synopsis
Its path is not .
Its path does not contain '..'.
The path contains no UTF16 Surrogate codepoints
Parsing the path and rendering it again results in the same path.
Its path does not end in /.
Its path is not .
Its path does not contain '..'.
The path contains no UTF16 Surrogate codepoints
Parsing the path and rendering it again results in the same path.
Its path does not contain '..'.
The path contains no UTF16 Surrogate codepoints
Parsing the path and rendering it again results in the same path.
Orphan instances
Validity (Path Abs File) Source # | |
Validity (Path Abs Dir) Source # | An absolute path to a directory is valid if:
|
Validity (Path Rel File) Source # | |
Validity (Path Rel Dir) Source # | |