EasyCrypt / easycrypt

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

[subst]: fix name capture #545

Closed strub closed 4 months ago

strub commented 4 months ago

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

Fix #544