Merge pull request #1 from kraai/patch-1

Add ellipsis
This commit is contained in:
Chris Done 2015-05-14 17:48:11 +02:00
commit bff31277e3

View File

@ -217,7 +217,7 @@ toFilePath (Path l) = l
-- --
-- @stripDir (a :: Path Abs …) (b :: Path Rel …)@ -- @stripDir (a :: Path Abs …) (b :: Path Rel …)@
-- --
-- @stripDir (a :: Path Rel) (b :: Path Abs …)@ -- @stripDir (a :: Path Rel) (b :: Path Abs …)@
-- --
-- In other words the bases must match. -- In other words the bases must match.
-- --