https://github.com/EasyCrypt/easycrypt
Revision 5b35f6620f58c9dd6f6465b09f400d9999145178 authored by Pierre-Yves Strub on 07 September 2016, 10:13:01 UTC, committed by Pierre-Yves Strub on 07 September 2016, 10:13:01 UTC
The new parameter is `?tg` and gives the set of hypotheses identifiers
in which the substitution can occur. If `tg` is `None`, the previous behaviour
is applied --- i.e. try the substitution in all local hypotheses.
1 parent c2940eb
Raw File
Tip revision: 5b35f6620f58c9dd6f6465b09f400d9999145178 authored by Pierre-Yves Strub on 07 September 2016, 10:13:01 UTC
t_subst: allow to do the substitution only in targeted hyps.
Tip revision: 5b35f66
_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