- Mar 05, 2017
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Feb 24, 2017
-
-
Robbert Krebbers authored
-
- Feb 23, 2017
-
-
Ralf Jung authored
-
- Feb 22, 2017
-
-
Ralf Jung authored
-
Robbert Krebbers authored
There is no need to restrict the type class using Hint Mode, we have a default instance that will always be used first. In case of evars, the default instance should apply. The reason for this change is that `iAssumption` should be able to prove `H : ?e |- P` and `H : P |- ?e`. The former Hint Mode prevented it from doing that.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Robbert Krebbers authored
I probably tested against a wrong version. This reverts commit 02bc52b4.
-
Robbert Krebbers authored
This makes lambdarust 1 min (=7%) faster.
-
- Feb 21, 2017
-
-
Robbert Krebbers authored
This fixes issue #72.
-
Ralf Jung authored
-
- Feb 18, 2017
-
-
Robbert Krebbers authored
-
- Feb 16, 2017
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
- Feb 15, 2017
-
-
Robbert Krebbers authored
It now first turns hypotheses `X ∪ Y ⊆ Z` into `X ⊆ Z` and `Y ⊆ Z`.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Janno authored
-
- Feb 14, 2017
-
-
Robbert Krebbers authored
-
- Feb 13, 2017
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
When using [iAssert ... with ">[]"], we should not use [tac_assert_persistent], and eliminate the modality instead. This patch is still not ideal, because some modalities (e.g., later) preserve persistence.
-
- Feb 12, 2017
-
-
Robbert Krebbers authored
For example, when having `"H" : ∀ x : Z, P x`, using `iSpecialize ("H" $! (0:nat))` now works. We do this by first resolving the `IntoForall` type class, and then instantiating the quantifier.
-
- Feb 11, 2017
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Instead of doing all the instantiations by invoking a single type class search, it now performs the instantiations by invoking individual type class searches. This a.) gives better error messages and b.) works when `xj` depends on `xi`.
-
Robbert Krebbers authored
In the following ways: - When having `P → Q` it will now also work when the spatial context is non-empty. - When having `∀ x : A, Q` it will now do an `iIntros (_)`.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
-
- Feb 10, 2017
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-