https://github.com/EasyCrypt/easycrypt
Revision dfe37eb16afff9150b029ccf1d8439856d9c122d authored by Cécile BARITEL-RUET on 17 December 2018, 14:32:33 UTC, committed by Cécile BARITEL-RUET on 17 December 2018, 14:32:33 UTC
1 parent ed7bf6c
Raw File
Tip revision: dfe37eb16afff9150b029ccf1d8439856d9c122d authored by Cécile BARITEL-RUET on 17 December 2018, 14:32:33 UTC
fix bug where the type of pred1 was bool instead of 'a -> bool
Tip revision: dfe37eb
_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