https://github.com/EasyCrypt/easycrypt
Revision f033f816d7847b25639158d86f52134c90aefe51 authored by Vincent Laporte on 21 February 2018, 07:28:00 UTC, committed by Pierre-Yves Strub on 21 February 2018, 08:18:07 UTC
Inclusion is now written “\subset” (instead of “<=”).
Strict inclusion is now written “\proper” (instead of “<”).
1 parent 5b2f5a7
Raw File
Tip revision: f033f816d7847b25639158d86f52134c90aefe51 authored by Vincent Laporte on 21 February 2018, 07:28:00 UTC
FSet library: subset is an operator rather than a predicate
Tip revision: f033f81
.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

/src/ecVersion.ml

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

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

/sandbox
/attic

/*.ec

/*.smt
/*.why
back to top