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

Add a syntaxtic sugar to extend record. #40

Open
craff opened this issue Jul 27, 2022 · 0 comments
Open

Add a syntaxtic sugar to extend record. #40

craff opened this issue Jul 27, 2022 · 0 comments

Comments

@craff
Copy link
Collaborator

craff commented Jul 27, 2022

Minimal syntactic { include r1; include r2; ... } should use typing to know the field that are present.
The same notation for type is just some kind of higher order function performing some computation on type.

The general include for a record of unknown type (or default record value) seems too hard at the moment,
especially for compilation.

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

1 participant