Fixed typo

This commit is contained in:
Brandon Dyck 2024-08-31 15:11:56 -06:00
parent b4221addd8
commit 2041afdb94

View File

@ -1,7 +1,7 @@
- Hutton & Meijer, _[Monadic Parser Combinators](https://github.com/stephan-tolksdorf/fparsec)_ - Hutton & Meijer, _[Monadic Parser Combinators](https://github.com/stephan-tolksdorf/fparsec)_
The original paper on monadic parser combinators. The original paper on monadic parser combinators.
- Leien & Meijer, _[Parsec: Direct Style Monadic Parser Combinators For The Real World](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/parsec-paper-letter.pdf)_ - Leijen & Meijer, _[Parsec: Direct Style Monadic Parser Combinators For The Real World](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/parsec-paper-letter.pdf)_
Describes Parsec, a monadic parser combinator library that limits backtracking by default and adds better error messages. Describes Parsec, a monadic parser combinator library that limits backtracking by default and adds better error messages.