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
At present we use FunctionType for both, but there is (following #787) an important difference - node signatures cannot contain row variables, whereas types of function values can. In particular, we should probably not talk about "ports" of such function values (the various methods on FunctionType) as the indices of elements in these TypeRows can change when the row variables are substituted.
The text was updated successfully, but these errors were encountered:
At present we use FunctionType for both, but there is (following #787) an important difference - node signatures cannot contain row variables, whereas types of function values can. In particular, we should probably not talk about "ports" of such function values (the various methods on FunctionType) as the indices of elements in these TypeRows can change when the row variables are substituted.
The text was updated successfully, but these errors were encountered: