https://github.com/EasyCrypt/easycrypt
Revision 97e5b1d8e3e95b6b0a5da13abbfa823f31ab7325 authored by Benjamin Gregoire on 10 July 2018, 22:33:36 UTC, committed by Benjamin Gregoire on 10 July 2018, 22:33:36 UTC
1 parent fecd089
Raw File
Tip revision: 97e5b1d8e3e95b6b0a5da13abbfa823f31ab7325 authored by Benjamin Gregoire on 10 July 2018, 22:33:36 UTC
fix error in"unroll for" tactic in case of hoare and phoare
Tip revision: 97e5b1d
_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