https://github.com/EasyCrypt/easycrypt
Revision 62ee9c863c88791eae0edd029ef652b45d45b755 authored by Pierre-Yves Strub on 16 December 2015, 16:02:28 UTC, committed by Pierre-Yves Strub on 16 December 2015, 16:02:36 UTC
1 parent 46901a7
Raw File
Tip revision: 62ee9c863c88791eae0edd029ef652b45d45b755 authored by Pierre-Yves Strub on 16 December 2015, 16:02:28 UTC
ambient `auto`: do not fail on first non-applicable lemma in the db.
Tip revision: 62ee9c8
_tags
# --------------------------------------------------------------------
true : use_menhir, menhir_explain, menhir_table
true : debug
true : warn_Z, warn_Y, warn_+28, warn_-23, warn_+33
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, zarith, pcre)
<src/*/*.{ml,mli}>    : package(batteries, menhirLib, why3, zarith, pcre)
<src/*.{native,byte}> : package(batteries, menhirLib, why3, zarith, pcre)
back to top