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
I believe this is because the underlying attoparsec parser is consuming the entire string while reading a number instead of limiting itself to just the first 4 digits.