EasyCrypt / easycrypt

EasyCrypt: Computer-Aided Cryptographic Proofs
MIT License
307 stars 47 forks source link

Optimize pretty-printing of notations #517

Closed strub closed 7 months ago

strub commented 7 months ago

The printer now does a eager filtering of notations (only notations that share the same head symbol as the printed formula are considered)

The does not change the behavior of the pretty-printer, but greatly improves performance.