Revision d7186acb6788015aff8d76e9d355da709d7cb5b0 authored by Pierre-Yves Strub on 08 December 2023, 07:20:01 UTC, committed by Pierre-Yves Strub on 05 April 2024, 14:19:50 UTC
This tactic allows to rewrite an expression in a statement.

The syntax is:

    proc rewrite <side?> <codepos> <proof-term>

This tactic relies on "proc change" and does not
modify the TCB.

Test plan:

  - unit test (tests/procrewrite.ec)
1 parent 30bfa95
History
File Mode Size
.github
config
examples
scripts
src
tests
theories
.dir-locals.el -rw-r--r-- 285 bytes
.gitignore -rw-r--r-- 132 bytes
AUTHORS -rw-r--r-- 543 bytes
LICENSE -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 1.5 KB
README.md -rw-r--r-- 8.0 KB
dune -rw-r--r-- 221 bytes
dune-project -rw-r--r-- 450 bytes
easycrypt.opam -rw-r--r-- 1.4 KB
easycrypt.opam.template -rw-r--r-- 834 bytes
easycrypt.png -rw-r--r-- 182.6 KB
flake.lock -rw-r--r-- 6.9 KB
flake.nix -rw-r--r-- 3.0 KB

README.md

back to top