https://github.com/EasyCrypt/easycrypt
Revision 24c5f8d1ba5944929fa11c14b80418bbaf853b94 authored by Pierre-Yves Strub on 20 August 2015, 17:58:50 UTC, committed by Pierre-Yves Strub on 20 August 2015, 17:59:04 UTC
1 parent a0e584c
Raw File
Tip revision: 24c5f8d1ba5944929fa11c14b80418bbaf853b94 authored by Pierre-Yves Strub on 20 August 2015, 17:58:50 UTC
nits in goal dump.
Tip revision: 24c5f8d
_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