https://github.com/EasyCrypt/easycrypt
Revision 786cb633c08d02ff018994c364ba30accf62b1d8 authored by Benjamin Gregoire on 12 September 2019, 12:18:07 UTC, committed by Benjamin Gregoire on 12 September 2019, 12:18:29 UTC
1 parent e5efb23
Raw File
Tip revision: 786cb633c08d02ff018994c364ba30accf62b1d8 authored by Benjamin Gregoire on 12 September 2019, 12:18:07 UTC
Add generic Lazy/Eager for random oracle
Tip revision: 786cb63
_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