https://github.com/EasyCrypt/easycrypt
Revision 3b9667b4c1eb04d8d5d0c9db5729c39248c5b88f authored by Pierre-Yves Strub on 14 October 2019, 06:27:33 UTC, committed by Pierre-Yves Strub on 14 October 2019, 06:27:33 UTC
Pragmas are: PrPo:{pr,po}:{raw,ands}

(Pragma system has been revamped by this commit)
1 parent 66e7f99
Raw File
Tip revision: 3b9667b4c1eb04d8d5d0c9db5729c39248c5b88f authored by Pierre-Yves Strub on 14 October 2019, 06:27:33 UTC
Pragmas for printing pre/post as a list of their resp. conjunctions
Tip revision: 3b9667b
.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