- May 01, 2019
-
-
Dan Frumin authored
-
Dan Frumin authored
-
- Apr 07, 2019
-
-
Robbert Krebbers authored
-
- Mar 13, 2019
-
-
Ralf Jung authored
-
- Mar 05, 2019
-
-
Ralf Jung authored
-
- Mar 03, 2019
-
-
Paolo G. Giarrusso authored
For half of #231.
-
Ralf Jung authored
-
- Feb 20, 2019
-
-
Robbert Krebbers authored
-
- Feb 05, 2019
-
-
Pierre-Marie Pédrot authored
This is a change enabling backward compatibility.
-
- Jan 25, 2019
-
-
Ralf Jung authored
-
- Jan 24, 2019
- Jan 22, 2019
-
-
Hugo Herbelin authored
See Coq PR#9214.
-
- Jan 19, 2019
- Jan 13, 2019
-
-
Robbert Krebbers authored
-
- Jan 11, 2019
-
-
Robbert Krebbers authored
It now supports the specialization pattern `(H spat1 .. spatn)`, which first recursively specializes the hypothesis `H` using the specialization patterns `spat1 .. spatn`.
-
- Dec 25, 2018
-
-
Robbert Krebbers authored
Split it up into more logical parts.
-
- Dec 13, 2018
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Dec 06, 2018
-
-
Robbert Krebbers authored
Thanks to @Blaisorblade for reporting.
-
- Nov 27, 2018
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This closes issue #220.
-
- Oct 31, 2018
-
-
Jacques-Henri Jourdan authored
-
- Oct 29, 2018
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
We add a specific constructor to the type of expressions for injecting values in expressions. The advantage are : - Values can be assumed to be always closed when performing substitutions (even though they could contain free variables, but it turns out it does not cause any problem in the proofs in practice). This means that we no longer need the `Closed` typeclass and everything that comes with it (all the reflection-based machinery contained in tactics.v is no longer necessary). I have not measured anything, but I guess this would have a significant performance impact. - There is only one constructor for values. As a result, the AsVal and IntoVal typeclasses are no longer necessary: an expression which is a value will always unify with `Val _`, and therefore lemmas can be stated using this constructor. Of course, this means that there are two ways of writing such a thing as "The pair of integers 1 and 2": Either by using the value constructor applied to the pair represented as a value, or by using the expression pair constructor. So we add reduction rules that transform reduced pair, injection and closure expressions into values. At first, this seems weird, because of the redundancy. But in fact, this has some meaning, since the machine migth actually be doing something to e.g., allocate the pair or the closure. These additional steps of computation show up in the proofs, and some additional wp_* tactics need to be called.
-
- Oct 22, 2018
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Oct 04, 2018
-
-
Jacques-Henri Jourdan authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Oct 03, 2018
-
-
Robbert Krebbers authored
-
- Jul 31, 2018
-
-
Robbert Krebbers authored
-
- Jul 13, 2018
-
-
Ralf Jung authored
Use telescopes for atomic accessors, updates and triples; improve mask handling; add notation for all of them
-
- Jul 05, 2018
-
-
Ralf Jung authored
-
- Jul 04, 2018