megaparsec/nix
mrkkrp f8ef95c025 Re-organize error reporting functions
The methods ‘failure’ and ‘fancyFailure’ of ‘MonadParsec’ are now ordinary
functions and live in ‘Text.Megaparsec’. They are defined in terms of the
new ‘parseError’ method of ‘MonadParsec’. This method allows us to signal
parse errors at a given offset without manipulating parser state manually.
2019-11-05 14:18:55 +01:00
..
nixpkgs Add nix development helpers and the hacking instructions 2019-10-20 15:31:31 +02:00
patches Re-organize error reporting functions 2019-11-05 14:18:55 +01:00