megaparsec/Text
mrkkrp 3c69bc8f48 re-export ‘(<|>)’, ‘many’, ‘some’, and ‘optional’, fixes #9
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).
2015-08-01 20:49:45 +06:00
..
MegaParsec re-export ‘(<|>)’, ‘many’, ‘some’, and ‘optional’, fixes #9 2015-08-01 20:49:45 +06:00
MegaParsec.hs re-export ‘(<|>)’, ‘many’, ‘some’, and ‘optional’, fixes #9 2015-08-01 20:49:45 +06:00