https://github.com/EasyCrypt/easycrypt
Revision ba45bb574b848c6e12a153b2bd7c6a6754a44fba authored by Francois Dupressoir on 26 April 2021, 12:10:43 UTC, committed by GitHub on 26 April 2021, 12:10:43 UTC
StdLib: Remove old Monoid dependency, port Hybrid argument to Bigops
2 parent s 14216cb + 1313a7d
Raw File
Tip revision: ba45bb574b848c6e12a153b2bd7c6a6754a44fba authored by Francois Dupressoir on 26 April 2021, 12:10:43 UTC
Merge pull request #63 from EasyCrypt/deploy-clean-oldmonoid
Tip revision: ba45bb5
.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