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" ```