haskell / attoparsec

A fast Haskell library for parsing ByteStrings
http://hackage.haskell.org/package/attoparsec
Other
514 stars 93 forks source link

Fix lazy `parseOnly` documentation #185

Closed zuqq closed 8 months ago

zuqq commented 3 years ago

This pull request addresses an oversight of mine in #175: the Result type for lazy input has no Partial constructor. There can be leftover input, however, so the rest of the documentation is correct.

zuqq commented 2 years ago

@bgamari If you don't mind, I would be glad to have this mistake rectified.