https://github.com/EasyCrypt/easycrypt
Revision b2273f07902e40f0e01194a4545d82d6de228f20 authored by Pierre-Yves Strub on 29 August 2022, 12:34:54 UTC, committed by Pierre-Yves Strub on 29 August 2022, 13:02:25 UTC
The option name is `und_delta`. It is disabled by default.

The mechanism can emit false positive, e.g. in:

`try rewrite /foo.`
1 parent f9d2bf6
Raw File
Tip revision: b2273f07902e40f0e01194a4545d82d6de228f20 authored by Pierre-Yves Strub on 29 August 2022, 12:34:54 UTC
Add a warning for useless delta-unfolding
Tip revision: b2273f0
.gitignore
*~

*.pyc
*.pyo

/_build
/etc
/theories/attic

/ec.*
/src/*.exe

*.eco

/*.ec
/*.eca
/*.smt
/*.why

.merlin
*.install
back to top