- Jun 18, 2020
-
-
sarahzrf authored
-
- Jun 12, 2020
-
-
sarahzrf authored
-
- May 29, 2020
- May 27, 2020
-
-
Robbert Krebbers authored
Remove type scope from forall notation Closes #67 See merge request !163
-
Tej Chajed authored
Fixes #67.
-
Robbert Krebbers authored
notation for forall See merge request !152
-
-
- May 12, 2020
-
-
Robbert Krebbers authored
rename Z2Nat_inj_div and Z2Nat_inj_mod See merge request !161
-
Michael Sammler authored
-
Robbert Krebbers authored
Revert "Merge branch 'byte-countable' into 'master'" See merge request !160
-
Robbert Krebbers authored
This reverts merge request !155
-
Robbert Krebbers authored
Add Countable instances for byte See merge request !155
-
Tej Chajed authored
-
Robbert Krebbers authored
Lemmas for `list_find` in combination with `app` and `insert`. See merge request iris/stdpp!134
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Rotate everything See merge request iris/stdpp!136
-
Michael Sammler authored
-
- May 07, 2020
-
-
Robbert Krebbers authored
add map_Forall_lookup See merge request iris/stdpp!158
-
Ralf Jung authored
-
Robbert Krebbers authored
alternative overlay for coq/coq#12162 See merge request iris/stdpp!159
-
Olivier Laurent authored
-
Ralf Jung authored
-
- May 06, 2020
-
-
Robbert Krebbers authored
tactics.v: Fix parsing precedence for `select` tactic See merge request iris/stdpp!157
-
Paolo G. Giarrusso authored
-
- 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 iris/stdpp!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.
-