From b94e738c1409676fe278975df81af30c7e8d4964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bla=C5=BEevi=C4=87?= Date: Tue, 17 Oct 2023 21:03:28 -0400 Subject: [PATCH] Fixed a typo in README --- rank2classes/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rank2classes/README.md b/rank2classes/README.md index 4baaf25..8d5dde5 100644 --- a/rank2classes/README.md +++ b/rank2classes/README.md @@ -212,9 +212,9 @@ Here is an example GHCi session: This package is one of several implementations of a pattern that is often called *Higher-Kinded Data*. Other examples include [hkd-lens](https://hackage.haskell.org/package/hkd-lens), -[barbies](https://hackage.haskell.org/package/barbies), and [hiddledy](https://hackage.haskell.org/package/higgledy). +[barbies](https://hackage.haskell.org/package/barbies), and [higgledy](https://hackage.haskell.org/package/higgledy). -Grammars are another use case that is almost, but not quite, completely unlike database records. See +Grammars are another use case that is almost, but not quite, entirely unlike database records. See [grammatical-parsers](https://github.com/blamario/grampa/tree/master/grammatical-parsers) or [construct](https://hackage.haskell.org/package/construct) for examples.