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 typo in OCaml code for extracting elements of a pair #2994

Merged
merged 2 commits into from
Jul 19, 2023

Conversation

tdardinier
Copy link
Member

The projectors ._1 and ._2 for a pair are extracted in OCaml to __proj__Mktuple2__item___1, __proj__Mktuple2__item___2, but the file FStar_Pervasives_Native.ml defined them as __proj__Mktuple2__1 and __proj__Mktuple2__2. This PR fixes this mismatch.

@mtzguido mtzguido merged commit 84ca0d4 into master Jul 19, 2023
2 checks passed
@mtzguido mtzguido deleted the thibault_typo_proj_pair branch July 19, 2023 23:16
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