Minor fix of MonadFail instance for `ReadPrec`
This fixes the instance to be semantically cleaner but other than that this fix has no practical consequences as the implementations of `Monad(fail)` and `MonadFail(fail)` for `ReadP` coincide.
Please register or sign in to comment