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
The documentation for Parser.int claims that it fails for the strings "0123" and "123a", however when I run those strings through Parser.int, I get Ok 0 and Ok 123 respectively.
The documentation for
Parser.int
claims that it fails for the strings "0123" and "123a", however when I run those strings throughParser.int
, I getOk 0
andOk 123
respectively.Here is an ellie showcasing the behaviour: https://ellie-app.com/3Kq5dZ5ZBzFa1
I am not sure if this is intended behaviour or not, but at any rate there is a mismatch between documentation and behaviour.
The text was updated successfully, but these errors were encountered: