-
Notifications
You must be signed in to change notification settings - Fork 546
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
Proof_verified: of_int should raise Invalid_argument
not a Failure.
#14206
Comments
Merged
It should also be renamed in |
volhovm
added a commit
that referenced
this issue
Sep 26, 2023
7 tasks
volhovm
added a commit
that referenced
this issue
Sep 26, 2023
volhovm
added a commit
that referenced
this issue
Oct 12, 2023
volhovm
added a commit
that referenced
this issue
Oct 17, 2023
volhovm
added a commit
that referenced
this issue
Oct 31, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(** [of_int n] converts the runtime natural [n] to the data type natural.
@raise Failure if the value [n] is above or equal to 3 *)
The text was updated successfully, but these errors were encountered: