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
4.7 4.8 4.9
predicate method SequenceEqual<T(==)>(seq1 : seq<T>, seq2 : seq<T>, start1 : nat, start2 : nat, size : nat) : (ret : bool) requires start1 + size <= |seq1| requires start2 + size <= |seq2| { forall i : nat {:trigger i} | 0 <= i < size :: seq1[start1+i] == seq2[start2+i] }
dafny verify --function-syntax 3 seqeq.dfy Unhandled exception. System.ArgumentException
I expected an error, but not a crash.
Mac
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dafny version
4.7 4.8 4.9
Code to produce this issue
Command to run and resulting output
What happened?
I expected an error, but not a crash.
What type of operating system are you experiencing the problem on?
Mac
The text was updated successfully, but these errors were encountered: