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

feat: Expr-level shape type definition #58

Merged
merged 6 commits into from
Dec 18, 2024
Merged

feat: Expr-level shape type definition #58

merged 6 commits into from
Dec 18, 2024

Conversation

alexkeizer
Copy link
Owner

This PR defines a ShapeType structure, which captures the notion of a shape type (i.e., a type where all constructor arguments are plain type parameters), and has methods to automatically define the corresponding inductive type and polynomial functors --- without having to mangle syntax.

This is not yet used in the (co)data macro implementations, because automatically deriving equivalences is still WIP.

@alexkeizer alexkeizer merged commit 72986a7 into main Dec 18, 2024
2 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.

1 participant