https://github.com/EasyCrypt/easycrypt
Revision 91d1e22b1c04f0ed169f5d8e205a3f6bedafa38a authored by François Dupressoir on 13 September 2019, 14:51:48 UTC, committed by François Dupressoir on 01 October 2019, 14:40:50 UTC
1 parent 304fca3
Raw File
Tip revision: 91d1e22b1c04f0ed169f5d8e205a3f6bedafa38a authored by François Dupressoir on 13 September 2019, 14:51:48 UTC
Some more lemmas
Tip revision: 91d1e22
_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