megaparsec/Text
mrkkrp 38abf590db make ‘string'’ return actually parsed input
Closes #36.

We should try to preserve original information where possible. User then
can convert case of parsed string if necessary. Previous implementation
discarded actually parsed string and returned argument of the
function — this can be considered as data loss of a sort.
2015-09-23 11:43:58 +06:00
..
Megaparsec make ‘string'’ return actually parsed input 2015-09-23 11:43:58 +06:00
Megaparsec.hs eliminate little used type synonyms 2015-09-23 11:10:22 +06:00