We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
repr_inj_signed64 has type
repr_inj_signed64
forall i j : Z, Int64.min_signed <= i <= Int.max_signed -> Int64.min_signed <= j <= Int.max_signed -> Int64.repr i = Int64.repr j -> i = j
but ought to have type
forall i j : Z, Int64.min_signed <= i <= Int64.max_signed -> Int64.min_signed <= j <= Int64.max_signed -> Int64.repr i = Int64.repr j -> i = j
where Int.max_signed is replaced with Int64.max_signed.
Int.max_signed
Int64.max_signed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
repr_inj_signed64
has typebut ought to have type
where
Int.max_signed
is replaced withInt64.max_signed
.The text was updated successfully, but these errors were encountered: