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
An Eq instance would be useful e.g. for parser unit tests, testing not only the result of the parse but that the expected amount of left-over input is present.
This would only be the for the lazy Result type because IResult can contain a function:
Partial :: (i -> IResult i r) -> IResult i r
The text was updated successfully, but these errors were encountered:
An
Eq
instance would be useful e.g. for parser unit tests, testing not only the result of the parse but that the expected amount of left-over input is present.This would only be the for the lazy
Result
type becauseIResult
can contain a function:The text was updated successfully, but these errors were encountered: