Revision eaff014a47264c1b8bb43f176be70e305a5c263e authored by Pierre-Yves Strub on 09 December 2015, 14:48:16 UTC, committed by Pierre-Yves Strub on 09 December 2015, 14:48:16 UTC
Similar to `have`, but apply the optional tactic to the main goal,
and swap the cut and the main goal when compared to `have`.
1 parent 48f9f9f
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