megaparsec/Text
Mark Karpov 65adeb7574
Improve case-insensitive char matching (#310)
Improved case-insensitive character matching in the cases when e.g.
‘isLower’ and ‘isUpper’ both return ‘False’. Functions affected:
‘Text.Megaparsec.Char.char'’.

Also re-implemented ‘Text.Megaparsec.Byte.char'’ without semantic changes.
2018-07-22 14:29:09 +07:00
..
Megaparsec Improve case-insensitive char matching (#310) 2018-07-22 14:29:09 +07:00
Megaparsec.hs Introduce parse error bundle (#306) 2018-07-15 20:01:35 +07:00