Unable to verify function with parameters that are subset types only with '--type-system-refresh' #6116
Labels
kind: bug
Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
part: resolver
Resolution and typechecking
Dafny version
4.10.0
Code to produce this issue
Command to run and resulting output
What happened?
It seems that Dafny incorrectly instantiates
T
usingint
rather thannat
when using the type system refresh. If I instead use only one type paramter, like in:(also for IsCommutativePartial), the code verifies.
What type of operating system are you experiencing the problem on?
Mac
The text was updated successfully, but these errors were encountered: