https://github.com/EasyCrypt/easycrypt
Revision 67392e160a50ddf0b2778179546fafda8c9b6da6 authored by Cécile BARITEL-RUET on 16 September 2019, 12:54:52 UTC, committed by Cécile BARITEL-RUET on 16 September 2019, 12:56:20 UTC
1 parent a8e2f10
Raw File
Tip revision: 67392e160a50ddf0b2778179546fafda8c9b6da6 authored by Cécile BARITEL-RUET on 16 September 2019, 12:54:52 UTC
RndProd : random oracle of a dprod
Tip revision: 67392e1
_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