- May 07, 2020
- May 01, 2020
-
-
Robbert Krebbers authored
Add Countable instance for Ascii.ascii See merge request iris/stdpp!154
-
- Apr 30, 2020
-
-
Tej Chajed authored
-
- Apr 29, 2020
-
-
Robbert Krebbers authored
-
- Apr 23, 2020
-
-
Robbert Krebbers authored
fix imap_seq and imap_seq0 to make them useful See merge request iris/stdpp!151
-
Michael Sammler authored
-
Robbert Krebbers authored
Create HintDBs with the discriminated option See merge request iris/stdpp!148
-
Robbert Krebbers authored
Added select and select_revert tactics See merge request iris/stdpp!142
-
- 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 17, 2020
-
-
Robbert Krebbers authored
Add filter_app lemma See merge request !147
-
Tej Chajed authored
-
- Apr 16, 2020
-
-
Robbert Krebbers authored
Add `ProofIrrel ()` See merge request iris/stdpp!146
-
Paolo G. Giarrusso authored
This instance might seem odd, but `ProofIrrel` takes a `Type` and not a `Prop`, and stdpp already has instances for products.
-
Michael Sammler authored
-
- Apr 15, 2020
-
-
Robbert Krebbers authored
Extracted list_numbers.v with seq, seqZ, sum_list and max_list See merge request iris/stdpp!141
-
Michael Sammler authored
-
- Apr 11, 2020
-
-
Ralf Jung authored
Add `encode_Z` function to encode element of countable type as `Z`. See merge request iris/stdpp!145
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Another try at removing strings.length See merge request iris/stdpp!144
-
- Apr 10, 2020
-
-
Michael Sammler authored
-
Robbert Krebbers authored
Add tests for equiv notation See merge request iris/stdpp!143
-
Robbert Krebbers authored
-
- Apr 09, 2020
-
-
Paolo G. Giarrusso authored
Extracted from iris!409.
-
Robbert Krebbers authored
-
- Apr 08, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Apr 07, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Add notation `wn` of weakly normalizing terms; and prove some common theorems about it. See merge request !140
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Apr 06, 2020
- Apr 05, 2020
-
-
Robbert Krebbers authored
Revise uses of inj as discussed See merge request !138
-
Paolo G. Giarrusso authored
Code not affected by a00d9bd8. All occurrences are gone, except for one in `base.v` where you'd need different functions. However, I'm unsure this is an improvement: in lots of cases here, the function didn't need to be guessed, but could be deduced by "simple" higher-order unification, the one where unifying `?f ?a` against `g args last_arg` sets `?f = g args`.
-
Paolo G. Giarrusso authored
Code affected by a00d9bd8.
-