https://github.com/EasyCrypt/easycrypt
Revision f382eaf985d3727ad36f00c49d425799d3f37026 authored by Pierre-Yves Strub on 13 February 2020, 08:38:38 UTC, committed by Benjamin Gregoire on 30 April 2020, 10:29:13 UTC
 - reduce: equations are found up-to reduction
 - eqtrue: if no equations can be found, add a equation of the form
           (e = true)
1 parent 8eafa35
Raw File
Tip revision: f382eaf985d3727ad36f00c49d425799d3f37026 authored by Pierre-Yves Strub on 13 February 2020, 08:38:38 UTC
Add new options to 'hint simplify':
Tip revision: f382eaf
MANIFEST
Makefile
Makefile.system
MANIFEST
README.md
COPYRIGHT

# ocamlbuild configuration
_tags
myocamlbuild.ml
config/tests.config

# EasyCrypt sources
find:src:*.ml
find:src:*.mli
find:src:*.mly
find:src:*.mll

src/ecVersion.ml.in
exclude:src/ecVersion.ml

# EasyCrypt theories
find:theories:*.ec
find:theories:*.eca

# EasyCrypt extraction support library
find:extraction:*.ml
find:extraction:*.mli
find:extraction:*.ec

# EasyCrypt examples
find:examples:*.ec
find:examples:*.eca

# Build scripts
scripts/install/install-sh
scripts/install/distribution
scripts/testing/runtest
scripts/srctx/keywords
back to top