https://github.com/EasyCrypt/easycrypt
Revision 3e10ebb97a851b298f3b5023239314791d27ea46 authored by Benjamin Gregoire on 21 July 2017, 13:25:02 UTC, committed by Benjamin Gregoire on 21 July 2017, 13:32:33 UTC
1 parent d831de8
Raw File
Tip revision: 3e10ebb97a851b298f3b5023239314791d27ea46 authored by Benjamin Gregoire on 21 July 2017, 13:25:02 UTC
restart the proof of cramershoup
Tip revision: 3e10ebb
_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