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

Adding normalizer support for modulo and comparison operators on machine integers #2701

Merged
merged 3 commits into from Sep 23, 2022

Conversation

nikswamy
Copy link
Collaborator

cf #2699

@@ -53,9 +53,6 @@ val sqrt_big_int : (bigint -> bigint)
val string_of_big_int : (bigint -> string)
val big_int_of_string : (string -> bigint)

val of_int : (int -> bigint)
val to_int : (bigint -> int)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These are type incorrect in F*; their implementation coerces between OCaml ints and bigint.

@nikswamy nikswamy merged commit 5e64ee0 into master Sep 23, 2022
@nikswamy nikswamy deleted the _nik_2699 branch September 23, 2022 03:14
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.

None yet

1 participant