Z-Data v0.7.3.0 Release Notes

Release Date: 2021-03-30 // about 3 years ago
    • โž• Add more helpers to debug Parser: currentChunk, failWithInput, unsafeLiftIO.
    • ๐Ÿ“œ Parser now is an instance of PrimMonad, which can perform limited effects, e.g. array operations.
    • ๐Ÿ“œ Make some parsers' error message more helpful.