| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Path.Internal
Description
Internal types and functions.
Documentation
newtype Path b t
Path of some base and type.
Internally is a string. The string can be of two formats only:
- File format:
file.txt,foo/bar.txt,/foo/bar.txt - Directory format:
foo/,/foo/bar/
All directories end in a trailing separator. There are no duplicate
path separators //, no .., no ./, no ~/, etc.