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
Is it possible to get the position of an error from a failed parse? I see that "Result" is either
Success a
Failure Doc
But it doesn't seem like I'd be able to extract the line number from the Doc
The docs for Err also indicate that position isn't included, but not the reason why.