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
Hello! Would a contribution be accepted for a tryToInt function? I'm imagining a bounds check to make sure that the value being represented by the BigInt is representable by an Elm Int, then doing the conversion, ultimately returning Maybe Int.
I was wondering if there was a reason it wasn't currently implemented, or if it's just not something that anyone has implemented yet.
The text was updated successfully, but these errors were encountered:
Hello! Would a contribution be accepted for a
tryToInt
function? I'm imagining a bounds check to make sure that the value being represented by theBigInt
is representable by an ElmInt
, then doing the conversion, ultimately returningMaybe Int
.I was wondering if there was a reason it wasn't currently implemented, or if it's just not something that anyone has implemented yet.
The text was updated successfully, but these errors were encountered: