grain icon indicating copy to clipboard operation
grain copied to clipboard

Use exceptions in the `Err` case of `Number.parseInt`

Open ospencer opened this issue 4 years ago • 0 comments

Right now the errors are just plain strings. It'd be more useful if they were exceptions we could pattern match on.

Blocked on #1053

ospencer avatar Dec 08 '21 18:12 ospencer