File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -683,7 +683,7 @@ combineAlways a b | null a = b
683
683
-- On Windows, if a filepath starts with a single slash, it is relative to the
684
684
-- root of the current drive. In [1], this is (confusingly) referred to as an
685
685
-- absolute path.
686
- -- The current behavior of @ </>@ is to never combine these forms.
686
+ -- The current behavior of ' </>' is to never combine these forms.
687
687
--
688
688
-- > Windows: "home" </> "/bob" == "/bob"
689
689
-- > Windows: "home" </> "\\bob" == "\\bob"
@@ -692,7 +692,7 @@ combineAlways a b | null a = b
692
692
-- On Windows, from [1]: "If a file name begins with only a disk designator
693
693
-- but not the backslash after the colon, it is interpreted as a relative path
694
694
-- to the current directory on the drive with the specified letter."
695
- -- The current behavior of @ </>@ is to never combine these forms.
695
+ -- The current behavior of ' </>' is to never combine these forms.
696
696
--
697
697
-- > Windows: "D:\\foo" </> "C:bar" == "C:bar"
698
698
-- > Windows: "C:\\foo" </> "C:bar" == "C:bar"
You can’t perform that action at this time.
0 commit comments