- Oct 26, 2016
- Oct 25, 2016
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
There are now two proof mode tactics for dealing with modalities: - `iModIntro` : introduction of a modality - `iMod pm_trm as (x1 ... xn) "ipat"` : eliminate a modality The behavior of these tactics can be controlled by instances of the `IntroModal` and `ElimModal` type class. We have declared instances for later, except 0, basic updates and fancy updates. The tactic `iMod` is flexible enough that it can also eliminate an updates around a weakest pre, and so forth. The corresponding introduction patterns of these tactics are `!>` and `>`. These tactics replace the tactics `iUpdIntro`, `iUpd` and `iTimeless`. Source of backwards incompatability: the introduction pattern `!>` is used for introduction of arbitrary modalities. It used to introduce laters by stripping of a later of each hypotheses.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
And also rename the corresponding proof mode tactics.
-
Robbert Krebbers authored
-
- Oct 22, 2016
-
-
Ralf Jung authored
-
Ralf Jung authored
docs: make the borders slightly larger This makes it so that lines of text don't become so ridiculously long and are easier to read. What do you think @robbertkrebbers @jjourdan ? See merge request !17
-
Ralf Jung authored
-
Ralf Jung authored
docs: make the borders slightly larger, so that lines of text dont become so ridicolously long and are easier to read
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Oct 21, 2016
- Oct 18, 2016
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
Put the appendix under CC-BY 4.0 The title says this all. I hereby relicense my contributions to the appendix under the CC-BY 4.0 license. For this to complete, I need similar statements from all other contributors: @robbertkrebbers @jjourdan @abizjak See merge request !16
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Oct 17, 2016
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-