We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
option
Implement built-in option datatype and supporting functions.
To do this, improve type-resolution for data types with type parameters. (Allowing type parameters for user-defined datatypes is out of scope.)
Modify existing built-in functions (String.exact, List.getItem, List.mapPartial, List.find) that have option parameters or return type.
String.exact
List.getItem
List.mapPartial
List.find
The text was updated successfully, but these errors were encountered:
Fixed in b366112 (release 0.3).
Sorry, something went wrong.
No branches or pull requests
Implement built-in
option
datatype and supporting functions.To do this, improve type-resolution for data types with type parameters. (Allowing type parameters for user-defined datatypes is out of scope.)
Modify existing built-in functions (
String.exact
,List.getItem
,List.mapPartial
,List.find
) that haveoption
parameters or return type.The text was updated successfully, but these errors were encountered: