megaparsec/Text
mrkkrp 9f6fc4844c correct error message signalled by ‘many’
Close #69.

Although previously used syntax is correct Haskell syntax for multi-line
string literals, CPP extension that we need to use for compatibility
reasons obviously makes ‘\’ symbol escape following newline character
that leads to ‘\t’ being interpreted as tab character.

The proposed solution just concatenates result error message from list
of strings — the most lightweight and reliable solution in our case.
2015-10-31 18:03:33 +06:00
..
Megaparsec correct error message signalled by ‘many’ 2015-10-31 18:03:33 +06:00
Megaparsec.hs after some consulting, it should be “FreeBSD” 2015-10-30 17:26:45 +06:00