- 23 Apr, 2020 4 commits
-
-
Michael Sammler authored
-
Robbert authored
Create HintDBs with the discriminated option See merge request iris/stdpp!148
- 20 Apr, 2020 1 commit
-
-
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.
-
- 17 Apr, 2020 2 commits
-
-
Tej Chajed authored
- 16 Apr, 2020 3 commits
-
-
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
- 15 Apr, 2020 2 commits
-
-
Robbert authored
Extracted list_numbers.v with seq, seqZ, sum_list and max_list See merge request iris/stdpp!141
-
Michael Sammler authored
-
- 11 Apr, 2020 3 commits
-
-
Robbert Krebbers authored
- 10 Apr, 2020 3 commits
-
-
Michael Sammler authored
-
Robbert authored
Add tests for equiv notation See merge request iris/stdpp!143
-
Robbert authored
-
- 09 Apr, 2020 2 commits
-
-
Paolo G. Giarrusso authored
Extracted from iris!409.
-
Robbert Krebbers authored
-
- 08 Apr, 2020 5 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 07 Apr, 2020 5 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 06 Apr, 2020 2 commits
- 05 Apr, 2020 3 commits
-
-
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.
- 03 Apr, 2020 3 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 02 Apr, 2020 2 commits
-
-
Robbert authored
add sed script for 1.3.0 See merge request iris/stdpp!128
-
Ralf Jung authored
-