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

Fix #296 #788

Merged
merged 3 commits into from
Jul 18, 2024
Merged

Fix #296 #788

merged 3 commits into from
Jul 18, 2024

Conversation

maximebuyse
Copy link
Contributor

@maximebuyse maximebuyse commented Jul 18, 2024

This fixes #296. Some work still needs to be done on the f* backend (see #787)
As part of this MR: dyn is added to the hax AST and created by the frontend. A (broken) translation is produced by the f* backend: for example dyn (A + B<C>) is translated as dyn 2 (fun z -> A z) (fun z -> B z C).

@maximebuyse maximebuyse requested a review from W95Psp July 18, 2024 15:21
@maximebuyse maximebuyse self-assigned this Jul 18, 2024
Copy link
Collaborator

@W95Psp W95Psp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@W95Psp W95Psp added this pull request to the merge queue Jul 18, 2024
Merged via the queue into main with commit fdc0000 Jul 18, 2024
13 checks passed
@W95Psp W95Psp deleted the fix-296 branch July 18, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add support for dyn
2 participants