- Oct 13, 2021
-
-
Tej Chajed authored
Merge the "1 focused goal" line with the subsequent "(shelved: 1)" line, since this is the new output in Coq 8.15+. std++ does not currently produce this output, since no test calls `Show` with shelved goals, but this future-proofs the test normalization.
-
- Oct 09, 2021
-
-
Robbert Krebbers authored
-
- Oct 05, 2021
-
-
Robbert Krebbers authored
fin_sets: add missing Params instance for `set_map` See merge request !328
-
Paolo G. Giarrusso authored
Noticed from VERY slow rewrites.
-
Paolo G. Giarrusso authored
-
- Oct 02, 2021
-
-
Ralf Jung authored
-
- Oct 01, 2021
-
- Sep 27, 2021
- Sep 25, 2021
-
-
Ralf Jung authored
-
- Sep 13, 2021
-
-
Robbert Krebbers authored
add size_set_seq See merge request !323
-
Ralf Jung authored
-
- Sep 10, 2021
-
-
Robbert Krebbers authored
add size_difference See merge request !324
-
- Sep 09, 2021
-
-
Ralf Jung authored
-
- Sep 08, 2021
-
- Sep 07, 2021
-
-
Ralf Jung authored
This reverts merge request !309
-
- Sep 06, 2021
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This should ensure that `coqchk` no longer reports axioms.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
1. Improve naming 2. Make `wf_` proofs of `gmap` and `pmap` opaque 3. Avoid `bind` and `fmap` combinators for `SProp` 4. Drop `simpl` tests Items 2-3 are crucial for performance, otherwise each operation checks if the map is still well-formed, which destroys log(n) complexity of map operations. Why 3 is needed is subtle: The `bind` and `fmap` lemmas for `SProp` contain Booleans as implicit arguments, which are eagerly evaluated by `vm_compute`. As a result of 2-3, `simpl` will not normalize proofs to `stt`, and `simpl` tests do not give a desirable result.
-
Tej Chajed authored
-
Tej Chajed authored
-
Tej Chajed authored
-
Ralf Jung authored
add lemma list_in_dec See merge request iris/stdpp!319