You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recoverWith will only fire the recovery parser on a failure, and as for the recovery parser, these things are usually incredibly simple, aggressively so.
Already discussed in the above issue, but let's open a separate issue for creating a recoverWith or withRecovery function, because that could be supplied independent of the multiple-error feature.
Originally posted by @Violet-Codes in #222 (comment)
Already discussed in the above issue, but let's open a separate issue for creating a
recoverWith
orwithRecovery
function, because that could be supplied independent of the multiple-error feature.See https://hackage.haskell.org/package/megaparsec-9.3.0/docs/Text-Megaparsec.html#v:withRecovery
The text was updated successfully, but these errors were encountered: