prusti-dev icon indicating copy to clipboard operation
prusti-dev copied to clipboard

Termination checks for functions and methods

Open fpoli opened this issue 3 years ago • 0 comments

Viper (the underlaying verification language) has termination checks but Prusti doesn't use them yet.

  • [x] The user documentation should at least make it clear that at the moment one can derive false by writing pure functions that don't terminate.
  • [ ] Implement termination checks for pure functions.
  • [ ] Implement termination checks for methods.

fpoli avatar Sep 27 '22 08:09 fpoli