https://github.com/EasyCrypt/easycrypt
Revision ec1f979ba03298c8db81c4c698d748592a3e7201 authored by Pierre-Yves Strub on 09 November 2021, 16:32:05 UTC, committed by GitHub on 09 November 2021, 16:32:05 UTC
Consistently use `mu1` instead of `mass`. 
2 parent s e770f0f + b37085c
Raw File
Tip revision: ec1f979ba03298c8db81c4c698d748592a3e7201 authored by Pierre-Yves Strub on 09 November 2021, 16:32:05 UTC
Merge pull request #88 from EasyCrypt/deploy-mu1
Tip revision: ec1f979
_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,yojson)
<src/*/*.{ml,mli}>    : package(batteries,menhirLib,why3,inifiles,zarith,pcre,yojson)
<src/*.{native,byte}> : package(batteries,menhirLib,why3,inifiles,zarith,pcre,yojson)
back to top