- Oct 22, 2019
-
-
Ralf Jung authored
-
- Sep 13, 2019
-
-
Jacques-Henri Jourdan authored
The general idea is to first import/export modules which are further than the current one, and then import/export modules which are close dependencies. This commit tries to use the same order of imports for every file, and describes the convention in ProofGuide.md. There is one exception, where we do not follow said convention: in program_logic/weakestpre.v, using that order would break printing of texan triples (??).
-
- Apr 25, 2019
-
-
- Sep 12, 2018
-
-
Robbert Krebbers authored
All the `env` operations are prefixed `env_`, so this is more consistent.
-
- Jul 13, 2018
- Jul 02, 2018
-
-
Ralf Jung authored
make pm_maybe_wand a BI connective; reduce BI connectives and option combinators in the proofmode with cbn
-
- Jun 15, 2018
-
-
Ralf Jung authored
* move PROP-envs definitions to environments.v so that we can control them without pulling in coq_tactics * use reduction-controlled `pm_default` for proofmode accessors
-
- Jun 04, 2018
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
Show that atomic_step is an AccElim so we can open invariants; get entirely rid of the Em ⊆ Eo side-condition
-
Ralf Jung authored
-
Ralf Jung authored
New atomic updates: defined as a fixed point with existential quantifier; intro lemma using class of Laterable assertions
-
- Mar 03, 2018
-
-
Robbert Krebbers authored
-
- Feb 21, 2018
-
-
Ralf Jung authored
-
- Feb 18, 2018
-
-
Ralf Jung authored
-
- Feb 16, 2018
-
-
Ralf Jung authored
-