FStar icon indicating copy to clipboard operation
FStar copied to clipboard

Warn on unused variables during validation not just in SMTPat

Open briangmilnes opened this issue 7 months ago • 0 comments

I just goofed up some lemmas by leaving an unused (i:nat) in the arguments. I missed this in validation as it does not warn (like to does nicely for rec when not recursive).

It would be a good idea to help provers catch this in validation.

Low priority though.

briangmilnes avatar Apr 04 '25 17:04 briangmilnes