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
There are a few cases that are unsolvable without type annotations. For example, polymorphic row fields - always generalizing EPropAssign (row field assignment) means inferring overly polymorphic types that may cause errors later when code that assigns a less polymorphic type is encountered.
The only solution is to not generalize EPropAssign, but allow users to manually specify a (possibly polymorphic) type using type annotations.
The text was updated successfully, but these errors were encountered:
There are a few cases that are unsolvable without type annotations. For example, polymorphic row fields - always generalizing EPropAssign (row field assignment) means inferring overly polymorphic types that may cause errors later when code that assigns a less polymorphic type is encountered.
The only solution is to not generalize EPropAssign, but allow users to manually specify a (possibly polymorphic) type using type annotations.
The text was updated successfully, but these errors were encountered: