https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 47eae0fced6c6a52facb122434c9e0e64649e0ad authored by Pierre Boutry on 22 March 2023, 17:01:57 UTC
remove trailing whitespaces
Tip revision: 47eae0f
.gitignore
*~

*.pyc
*.pyo

/_build
/etc
/theories/attic

/ec.*
/src/*.exe

*.eco

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

.merlin
*.install
back to top