https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 50da020f704ddf0b4b3c1cce5074f7cea550503a authored by Pierre-Yves Strub on 06 February 2024, 16:51:36 UTC
Merge remote-tracking branch 'origin/main' into feature-micromega
Tip revision: 50da020
.gitignore
*~

*.pyc
*.pyo

/_build
/etc
/theories/attic

/ec.*
/src/*.exe

*.eco

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

.merlin
*.install
back to top