Replies: 1 comment
-
In other cases you could use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a bit-vector index expression: v[j] : bit
what is the type of 'j'?
When I use a literal (e.g., v[7]) it works fine, but suppose j is a variable:
what should 't' be?
I've tried 'nat' and 'int' without success, probably because they are
not sufficiently constrained to be within bounds for ‘v’?
Beta Was this translation helpful? Give feedback.
All reactions