EasyCrypt / easycrypt

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

stop normalizing lemmas/operators w.r.t. module aliases #635

Closed strub closed 1 month ago

strub commented 1 month ago

The environment module is currently pre-normalizin module aliases in lemmas & operators. This legacy code was a work-around w.r.t. the glob unsoundness.

This behavior is now useless and kills the benefit of module aliases. This commit removes it.