saw-core terms stemming from accessing sequences with @
in Cryptol contain seemingly avoidable ite
s
#1333
Labels
usability
An issue that impedes efficient understanding and use
The following saw-core term contains a trivial
ite
that checks whether the access is within bounds. Those terms can be annoying in proofs because theite
term often needs to be hoisted out before applying rewrites.It seems that it would be easy to determine statically that the access is within bounds. Could this be implemented?
results in:
The text was updated successfully, but these errors were encountered: