mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-12-18 05:41:39 +03:00
3c69bc8f48
These functions are now re-exported from ‘Control.Applicative’ module. ‘many’ and ‘some’ are now part of ‘Alternative’ instance of ‘ParsecT’. Note that these functions are re-exported only in ‘Text.MegaParsec’ module, but not in ‘Text.MegaParsec.Prim’ to avoid duplication of floating doc-strings. Others internal modules now just casually import ‘Control.Applicative’ for their needs. Note that ‘many1’ was renamed to ‘some’, the same is done for other parsers that had ‘many1’ part in their names (for consistency). |
||
---|---|---|
.. | ||
MegaParsec | ||
MegaParsec.hs |