mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-23 10:23:39 +03:00
Fix link in README (#237)
The Text.Megaparsec.Byte link was pointing to Text.Megaparsec.Char
This commit is contained in:
parent
ed9a82305b
commit
adc363dcd6
@ -143,7 +143,7 @@ The functions can be divided into several categories:
|
||||
### Binary parsing
|
||||
|
||||
Similarly, there is
|
||||
[`Text.Megaparsec.Byte`](https://hackage.haskell.org/package/megaparsec/docs/Text-Megaparsec-Char.html) module
|
||||
[`Text.Megaparsec.Byte`](https://hackage.haskell.org/package/megaparsec/docs/Text-Megaparsec-Byte.html) module
|
||||
for parsing streams of bytes.
|
||||
|
||||
### Permutation parsing
|
||||
|
Loading…
Reference in New Issue
Block a user