Require type annotations for builtins #941
Labels
backwards-incompatible-change
good first issue
Good for newcomers
inconsistency
Inconsistency with other parts of the code
libraries / builtins
Milestone
We currently use the argument types for builtins to determine which version of the builtin we want to invoke:
This is inconsistent with the rest of Scilla, where we require explicit type arguments for polymorphic types:
Now that we have added type arguments to builtins, it makes more sense to require type arguments for polymorphic builtins:
See also #598.
The text was updated successfully, but these errors were encountered: