| |||||
| |||||
| Synopsis | |||||
| Documentation | |||||
| module Data.Path.Implementation | |||||
| |||||
| |||||
| |||||
| The type of relative paths with no leading "..". | |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| Parse a path, resulting in either an absolute or a relative path, depending on the passed string. Every string represents either an absolute or a relative path on POSIX. (TODO This is however not the case on Windows. It may be more appropriate to make this Maybe (Either ...) but that looks a bit overdoing it.) | |||||
| |||||
| |||||
| |||||
| Produced by Haddock version 2.6.0 |