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(engine/fstar): fix implicit discrepancies in traits #726

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Conversation

W95Psp
Copy link
Collaborator

@W95Psp W95Psp commented Jun 20, 2024

This PR fixes #719.
The implicit or explicit strategy in F* for trait was different from the one for functions, this PR uniformizes this.

@W95Psp W95Psp changed the title fix(engine/fstar): fixes #719 fix(engine/fstar): fix implicit discrepancies in traits Jun 20, 2024
@W95Psp W95Psp marked this pull request as ready for review June 21, 2024 07:31
@W95Psp W95Psp added this pull request to the merge queue Jun 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 21, 2024
@W95Psp W95Psp added this pull request to the merge queue Jun 24, 2024
Merged via the queue into main with commit 9b85e33 Jun 24, 2024
13 checks passed
@W95Psp W95Psp deleted the fix-719 branch June 24, 2024 09:17
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.

Some class parameters are incorrectly passed
2 participants