EasyCrypt / easycrypt

EasyCrypt: Computer-Aided Cryptographic Proofs
MIT License
306 stars 46 forks source link

Fixing bug in elim* when a bound is given. #577

Closed strub closed 1 month ago

strub commented 1 month ago

When a bound is given to elim*, do not try to destruct internal existentials.

strub commented 1 month ago

Fix #565