- Mar 14, 2021
- Feb 15, 2021
-
-
- Jan 27, 2021
-
-
Robbert Krebbers authored
-
- Jan 23, 2021
-
-
* Add lemma `map_omap_union`. * Add lemmas `map_disjoint_fmap` and `map_disjoint_omap`. * Add lemmas `fmap_merge` and `omap_merge`. * Add lemma `omap_delete`. * Generalize `omap_insert` and `omap_singleton` to cover both the `Some` and `None` case. Add `_Some` and `_None` versions of the lemmas for the specific cases. * Generalize `map_size_insert` and `map_size_delete` in the same way. * Add lemmas `lookup_fmap_Some`, `lookup_omap_Some`, and `lookup_omap_id_Some`.
-
- Jan 20, 2021
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- Jan 17, 2021
-
-
Robbert Krebbers authored
-
- Jan 11, 2021
- Jan 07, 2021
-
-
Ralf Jung authored
-
- Jan 04, 2021
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Remove duplicate `map_fmap_empty` of `fmap_empty`, and rename `map_fmap_empty_inv` into `fmap_empty_inv` for consistency's sake.
-
- Dec 04, 2020
- Nov 20, 2020
-
-
Tej Chajed authored
Fixes new Coq master warning deprecated-hint-without-locality.
-
- Nov 10, 2020
-
-
Simon Friis Vindum authored
-
- Nov 09, 2020
-
-
Simon Friis Vindum authored
-
- Oct 21, 2020
-
-
Tej Chajed authored
-
- Oct 15, 2020
-
-
Robbert Krebbers authored
Fix in preparation for https://github.com/coq/coq/pull/13188
-
- Sep 29, 2020
-
-
Robbert Krebbers authored
-
- Sep 16, 2020
-
-
Ralf Jung authored
-
- Sep 15, 2020
-
-
Set Default Goal Selector "!" makes it illegal to ever apply a tactic with more than one goal (instead, must focus with bullets or braces).
-
- Aug 30, 2020
-
-
Ralf Jung authored
-
- Jul 16, 2020
-
-
- Jul 15, 2020
-
-
by Tej
-
- Jun 15, 2020
-
-
Robbert Krebbers authored
-
- May 07, 2020
- Apr 29, 2020
-
-
Robbert Krebbers authored
-
- Apr 20, 2020
-
-
Michael Sammler authored
According to the documentation https://coq.inria.fr/distrib/current/refman/proof-engine/tactics.html#coq:cmd.create-hintdb, when creating a hint database without discrimination, Coq uses the legacy implementation, which only uses Discrimination Trees for goals without evars and does not use opaqueness information. This commit switches the hint databases of stdpp to the new implementation.
-
- Apr 03, 2020
-
-
Robbert Krebbers authored
-
- Mar 31, 2020
-
-
Michael Sammler authored
This was done using `sed --in-place 's/[[:space:]]\+$//' theories/*.v`.
-
- Mar 17, 2020
-
-
Robbert Krebbers authored
For other operations, like `<$>`, such lemmas appear to make little sense, since they require premises involving `!!`.
-
- Mar 13, 2020
-
-
Robbert Krebbers authored
This follows iris!387 This closes issue #54.
-
- Mar 09, 2020
-
-
Robbert Krebbers authored
-