Revision 49ccbc42eef78a98cca19c3571bd80cce64e50c4 authored by Pierre-Yves Strub on 12 December 2015, 11:41:41 UTC, committed by Pierre-Yves Strub on 12 December 2015, 11:55:16 UTC
Same as `[*]`, but destruct all top-assumptions.
1 parent 95d9ef9
Raw File
_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