What is the proper annotation for ranges in function contracts #5966
Labels
aws
Bugs or features of importance to AWS CBMC users
Code Contracts
Function and loop contracts
More info needed
CBMC version: 5.26.0
Operating system: macOS Mojave
Exact command line resulting in the issue: N/A.
What behaviour did you expect: N/A.
What happened instead: N/A.
Currently, we support the specification of array ranges in code contracts using the syntax
[lower .. upper]
. However, this requires changes in the parser. @hannes-steffenhagen-diffblue suggested here a different approach:Which one should we adopt?
The text was updated successfully, but these errors were encountered: