Open JSAbrahams opened 1 year ago
Currently the type checker doesn't know whether a std function will throw an exception or not. Might be nice to allow one to generate a soft warning for exceptions we know might happen.
Current Issue
Currently the type checker doesn't know whether a std function will throw an exception or not. Might be nice to allow one to generate a soft warning for exceptions we know might happen.
High-level description of the feature
Description of potential implementation