Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/pr/226'
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Feb 20, 2024
2 parents 6711daf + e3ea7d7 commit 10296df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion System/FilePath/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ stripExtension ext path = case uncons ext of
-- > splitExtensions "file.tar.gz" == ("file",".tar.gz")
-- > uncurry (<>) (splitExtensions x) == x
-- > Valid x => uncurry addExtension (splitExtensions x) == x
-- > splitExtensions "file.tar.gz" == ("file",".tar.gz")
splitExtensions :: FILEPATH -> (FILEPATH, STRING)
splitExtensions x = (a <> c, d)
where
Expand Down

0 comments on commit 10296df

Please sign in to comment.