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

polymorphic record value #2

Open
thautwarm opened this issue Jan 14, 2020 · 0 comments
Open

polymorphic record value #2

thautwarm opened this issue Jan 14, 2020 · 0 comments

Comments

@thautwarm
Copy link
Contributor

let f : forall tho. {a : int, b: string |  tho} = extern

As my plan is compilng records to tuples, polymorphic record values shouldn't be supported, in which I use type information to statically decide the field slot.

Of course, using dictionaries can make this valid, however it's not my favor.

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