Changelog for replace-megaparsec-1.1.4.0
Revision history for replace-megaparsec
1.0.0.0 -- 2019-08-24
- First version.
1.0.1.0 -- 2019-08-28
- Add test suite.
sepCap
will treatssep
as failing if it succeeds but consumes no input.
1.1.0.0 -- 2019-09-01
- Add benchmark suite.
- In
streamEditT
, replacefold
withmconcat
. The benchmarks now show linear scaling instead of quadratic.