https://github.com/EasyCrypt/easycrypt
Revision 728c306d494812fc1054ea098670bf4fb6514e93 authored by Benjamin Gregoire on 24 April 2018, 09:11:29 UTC, committed by Benjamin Gregoire on 24 April 2018, 09:11:41 UTC
1 parent a27bd48
Raw File
Tip revision: 728c306d494812fc1054ea098670bf4fb6514e93 authored by Benjamin Gregoire on 24 April 2018, 09:11:29 UTC
prove the equivalence between two versions of CPA LR and b.
Tip revision: 728c306
_tags
# --------------------------------------------------------------------
true : use_menhir, menhir_explain, menhir_table
true : debug
true : warn_Z, warn_Y, warn_+28, warn_-23, warn_+33, warn_-58, warn_-3
true : -traverse
true : bin_annot
# true : menhir_trace
# true : bisect

# --------------------------------------------------------------------
<src>            : include
<src/why3>       : include
<src/phl>        : include
<src/extraction> : include
<src/system>     : include

# --------------------------------------------------------------------
<src/*.{ml,mli}>      : package(batteries,menhirLib,why3,inifiles,zarith,pcre)
<src/*/*.{ml,mli}>    : package(batteries,menhirLib,why3,inifiles,zarith,pcre)
<src/*.{native,byte}> : package(batteries,menhirLib,why3,inifiles,zarith,pcre)
back to top