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

Support more embedded types in terms (GHC 9.12) #231

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

RyanGlScott
Copy link
Collaborator

This adds DForallE and DConstrainedE constructors to DExp, mirroring similar changes on the template-haskell side in GHC 9.12.

Checks off one box in #221.

This adds `DForallE` and `DConstrainedE` constructors to `DExp`, mirroring
similar changes on the `template-haskell` side in GHC 9.12.

Checks off one box in #221.
@RyanGlScott RyanGlScott merged commit d754aad into master Oct 25, 2024
26 checks passed
@RyanGlScott RyanGlScott deleted the T221-more-type-syntax branch October 25, 2024 10:37
@RyanGlScott RyanGlScott mentioned this pull request Oct 25, 2024
3 tasks
RyanGlScott added a commit that referenced this pull request Oct 25, 2024
Handling or-patterns in full generality is tricky (see #232), so for now, we
simply error if we attempt to desugar an or-pattern.

Checks off one box in #231.
RyanGlScott added a commit that referenced this pull request Oct 26, 2024
Handling or-patterns in full generality is tricky (see #232), so for now, we
simply error if we attempt to desugar an or-pattern.

Checks off one box in #231.
RyanGlScott added a commit to goldfirere/singletons that referenced this pull request Oct 26, 2024
RyanGlScott added a commit to goldfirere/singletons that referenced this pull request Oct 26, 2024
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