https://github.com/EasyCrypt/easycrypt
Revision 58aaed42d3666b7c1bfcd2812960ab5f3ce8e53e authored by AntoineSere on 20 April 2020, 17:02:04 UTC, committed by GitHub on 20 April 2020, 17:02:04 UTC
Added two useful lemmas to Quotient.ec
2 parent s acfd4ea + ce4d827
Raw File
Tip revision: 58aaed42d3666b7c1bfcd2812960ab5f3ce8e53e authored by AntoineSere on 20 April 2020, 17:02:04 UTC
Merge pull request #42 from AntoineSere/eqvquo
Tip revision: 58aaed4
.gitignore
*~
_build
*.native
*.byte
*.exe
*.pyc
*.pyo
.vagrant
/local
/why3
/_tools
/proofgeneral/_local
setup.data
setup.log
/attic
/attic.ec*
/theories/attic

/system/*.o
/system/callprover
/system/callprover.exe

*.aux
*.bbl
*.blg
*.brf
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.out
*.toc
*.synctex.gz
*.kilepr
*.eco
/src/ecVersion.ml

/doc/refman/easycrypt.pdf
/doc/userman/easycrypt.pdf

/extraction/Makefile
/extraction/setup.*
/extraction/configure
/extraction/_build/

/sandbox
/attic

/*.ec
*.eco

/*.smt
/*.why
back to top