Skip to content
New issue

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

Separate type of node signature from function value #1094

Closed
acl-cqc opened this issue May 22, 2024 · 1 comment
Closed

Separate type of node signature from function value #1094

acl-cqc opened this issue May 22, 2024 · 1 comment
Assignees

Comments

@acl-cqc
Copy link
Contributor

acl-cqc commented May 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants