https://github.com/EasyCrypt/easycrypt
Revision aa75b1d7619c3372c05161f82c7bf6633fe36ee6 authored by Pierre-Yves Strub on 27 April 2018, 12:06:12 UTC, committed by Pierre-Yves Strub on 27 April 2018, 12:06:12 UTC
This makes 'seq' rules independent of hi-level tactics.
1 parent dcb1f2f
Raw File
Tip revision: aa75b1d7619c3372c05161f82c7bf6633fe36ee6 authored by Pierre-Yves Strub on 27 April 2018, 12:06:12 UTC
Move the contents of process_trivial down in the API.
Tip revision: aa75b1d
_tags
# --------------------------------------------------------------------
true : use_menhir, menhir_explain, menhir_table
true : debug
true : warn_Z, warn_Y, warn_+28, warn_-23, warn_+33, warn_-58, warn_-3
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,inifiles,zarith,pcre)
<src/*/*.{ml,mli}>    : package(batteries,menhirLib,why3,inifiles,zarith,pcre)
<src/*.{native,byte}> : package(batteries,menhirLib,why3,inifiles,zarith,pcre)
back to top