diff options
author | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2020-02-15 12:39:00 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-18 20:16:07 -0500 |
commit | 40d917fb3b99bdb63e7e39d517225d441aaf722d (patch) | |
tree | 484133ca5ed916a8d349548b1ebe5d6db317bf3f /utils | |
parent | d7029cc09edc052c2f97effe33233c53340fcce0 (diff) | |
download | haskell-40d917fb3b99bdb63e7e39d517225d441aaf722d.tar.gz |
Remove the MonadFail P instance
There were two issues with this instance:
* its existence meant that a pattern match failure in the P monad would
produce a user-visible parse error, but the error message would not be
helpful to the user
* due to the MFP migration strategy, we had to use CPP in Lexer.x,
and that created issues for #17750
Updates haddock submodule.
Diffstat (limited to 'utils')
m--------- | utils/haddock | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock -Subproject d838d08f0ac0173dc704d51191b1c1976964b6f +Subproject 40591606251693956d9729ab3a15c7244d7fc2a |