Path prefixed by `\\.\` is not normalised on Windows
Open
- Dominant language
- Haskell
- Stars
- 74
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
I don't see this in the haddocks, is it expected?
```
ghci> System.FilePath.Windows.normalise "\\\\.\\C:/foo.txt"
"\\\\.\\C:/foo.txt"
ghci> System.FilePath.Windows.normalise "C:/foo.txt"
"C:\\foo.txt"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.