From 29b2c4d05b41da46f97b1e2607772e28d430d8b9 Mon Sep 17 00:00:00 2001 From: Tom Sydney Kerckhove Date: Tue, 6 Aug 2024 11:17:49 +0200 Subject: [PATCH] readme fixes --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc13018..b753c8b 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,6 @@ do x <- parseRelFile (fromCabalFileName x) ``` That’s really convenient and we take advantage of this at FP Complete a lot. -The instances Equality, ordering and printing are simply re-using the `String` instances: @@ -441,7 +440,7 @@ operations relativity or path type. ### pathtype -Finally, we come to a path library that path is similar to: the +Finally, we come to a path library that is similar to: the [`pathtype`](http://hackage.haskell.org/package/pathtype) library. There are the same types of `Path Abs File` / `Path Rel Dir`, etc. @@ -486,7 +485,7 @@ System.Path.Posix> (("." :: Path Rel File) == ("" :: Path Rel File)) False ``` -* It has functions like `<.>/addExtension` which lets you insert an +* It has functions like `<.>/addExtension` which let you insert an arbitrary string into a path. * Some functions let you produce nonsense (could be prevented by a stricter