EasyCrypt / easycrypt

EasyCrypt: Computer-Aided Cryptographic Proofs
MIT License
321 stars 49 forks source link

[subst]: fix name capture #545

Closed strub closed 6 months ago

strub commented 6 months ago

When crossing a let-binding, remove the bound variables from the substitution in all situation.

Fix #544