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 type declarations #1086

Merged
merged 24 commits into from
Aug 13, 2024

Conversation

lorchrob
Copy link
Contributor

@lorchrob lorchrob commented Aug 1, 2024

Support user type declarations with type variables, e.g.

type UserType<<T>> = [int, T];

as well as instantations of those types, e.g.

node () returns (y: UserType<<real>>);

@daniel-larraz daniel-larraz changed the title Polymorphic type decls Polymorphic type declarations Aug 13, 2024
@daniel-larraz daniel-larraz merged commit 0b8dc93 into kind2-mc:develop Aug 13, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants