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
This will be handy when working with records-as modules, and also potentially make checking dependent records easier.
Core syntax changes:
t ::= ... | (= t)
The t should be an inferrable term.
t
Resources:
Mentioned in our discussion on record types: #2 (comment)
The text was updated successfully, but these errors were encountered:
Merge pull request #37 from yeslogic/brendan/owned-ir-lowering
99da98c
Run examples through owned IR lowering
No branches or pull requests
This will be handy when working with records-as modules, and also potentially make checking dependent records easier.
Core syntax changes:
The
t
should be an inferrable term.Resources:
Mentioned in our discussion on record types: #2 (comment)
The text was updated successfully, but these errors were encountered: