Skip to content

Commit

Permalink
Fixed a typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
blamario committed Oct 18, 2023
1 parent 0a572ff commit b94e738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rank2classes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b94e738

Please sign in to comment.