https://github.com/EasyCrypt/easycrypt
Revision c9641e4ef0c831b1d05c074dd7283fcccfe49448 authored by Pierre-Yves Strub on 10 June 2020, 09:53:25 UTC, committed by Pierre-Yves Strub on 10 June 2020, 09:53:35 UTC
This reverts commit f693233ec9a7b33ba350d7b17e1d223f33d7fb56.
1 parent bacb90b
Raw File
Tip revision: c9641e4ef0c831b1d05c074dd7283fcccfe49448 authored by Pierre-Yves Strub on 10 June 2020, 09:53:25 UTC
Revert "Add user reductions for iteri"
Tip revision: c9641e4
_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,yojson)
<src/*/*.{ml,mli}>    : package(batteries,menhirLib,why3,inifiles,zarith,pcre,yojson)
<src/*.{native,byte}> : package(batteries,menhirLib,why3,inifiles,zarith,pcre,yojson)
back to top