https://github.com/EasyCrypt/easycrypt
Revision 0e9b41e27428aac51ab8acd6cd34a648ccb659d8 authored by Cécile BARITEL-RUET on 04 June 2019, 11:44:48 UTC, committed by Cécile BARITEL-RUET on 04 June 2019, 11:44:48 UTC
1 parent bfa4f3e
Raw File
Tip revision: 0e9b41e27428aac51ab8acd6cd34a648ccb659d8 authored by Cécile BARITEL-RUET on 04 June 2019, 11:44:48 UTC
fmatching and genregexp are mutually recursive
Tip revision: 0e9b41e
.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