We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10553c6 commit df048abCopy full SHA for df048ab
System/FilePath/Internal.hs
@@ -623,6 +623,7 @@ combineAlways a b | null a = b
623
--
624
-- > Posix: "/directory" </> "file.ext" == "/directory/file.ext"
625
-- > Windows: "/directory" </> "file.ext" == "/directory\\file.ext"
626
+-- > "directory" </> "/file.ext" == "/file.ext"
627
-- > Valid x => combine (takeDirectory x) (takeFileName x) `equalFilePath` x
628
629
-- Combined:
0 commit comments