- Sep 06, 2021
-
-
Robbert Krebbers authored
-
- Jul 24, 2021
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jul 21, 2021
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jul 19, 2021
-
-
Robbert Krebbers authored
This also applies to `(un)curry{3,4}`, `gmap_(un)curry`, and `h(un)curry`. This fixes issue #76. The code includes a horrible hack that should removed once support for Coq versions prior to 8.13 is dropped.
-
- Jun 27, 2021
-
-
Paolo G. Giarrusso authored
This existed at least as far back as iris/stdpp@361308c7, 8 years ago.
-
- Jun 06, 2021
-
-
Ralf Jung authored
-
- Jun 04, 2021
-
-
Robbert Krebbers authored
-
- Jun 03, 2021
-
-
Robbert Krebbers authored
-
- May 25, 2021
-
-
Ralf Jung authored
-
- Apr 20, 2021
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
- Define set-like notation `{[+ x1; ..; xn ]}` for multisets in terms of the new singleton class and disjoint union `⊎`. - Remove `SemiSet` instance for multisets. - Prove lemmas regarding `∈` and `∉` for multisets since we no longer get the generic versions for sets. - Provide `SetUnfoldElemOf` instances for multisets since we no longer get the generic versions for sets. - Prove lemmas new regarding `∈` and `∉` for `∩` Fixes #100, #98 and #87. This MR is an alternative to !232.
-
- Apr 15, 2021
-
-
Michael Sammler authored
-
- Apr 11, 2021
-
-
Paolo G. Giarrusso authored
Based on https://github.com/coq/coq/issues/9058#issuecomment-496479506.
-
- Mar 19, 2021
-
-
- Mar 11, 2021
-
-
Robbert Krebbers authored
-
- Jan 07, 2021
-
-
Ralf Jung authored
-
- Nov 20, 2020
-
-
Tej Chajed authored
Fixes new Coq master warning deprecated-hint-without-locality.
-
- Oct 28, 2020
-
-
Robbert Krebbers authored
These were very specific, there were no lemmas about them. They were used back in the days for some specific things in my C semantics.
-
- Oct 15, 2020
-
-
Robbert Krebbers authored
Fix in preparation for https://github.com/coq/coq/pull/13188
-
- Oct 06, 2020
-
-
Ralf Jung authored
-
- Sep 16, 2020
- 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).
-
- Sep 02, 2020
-
-
This is a consequence of Coq PR #12950 which gives to import the effect of reactivating the imported notations.
-
- Jul 01, 2020
-
-
Paolo G. Giarrusso authored
Use that in place of the old encoding: iris/stdpp#70 (comment 52817) Requires dropping support for Coq 8.7.
-
- May 27, 2020
-
-
Tej Chajed authored
Fixes #67.
-
-
- May 07, 2020
-
-
Olivier Laurent authored
-
- Apr 10, 2020
-
-
Michael Sammler authored
-
- Apr 08, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Mar 31, 2020
-
-
Michael Sammler authored
-
Michael Sammler authored
This was done using `sed --in-place 's/[[:space:]]\+$//' theories/*.v`.
-