- Aug 17, 2022
-
-
Ralf Jung authored
-
- Aug 16, 2022
-
-
Robbert Krebbers authored
Refactor and improve documentation of feed and efeed tactics See merge request iris/stdpp!403
-
Michael Sammler authored
Refactor feed and add the feed generalize, efeed generalize, efeed inversion, and efeed destruct tactics
-
- Aug 12, 2022
-
-
Robbert Krebbers authored
Rename plus/minus → add/sub and put number lemmas in modules to be consistent with Coq stdlib See merge request iris/stdpp!404
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This is similar to the trick we use for `bi` and makes it possible to import `Nat` and obtain all lemmas---i.e., those from Coq's stdlib + those from std++. Thanks to @Blaisorblade for the suggestion.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Rename `_plus`/`_minus` into `_add`/`_sub` to be consistent with Coq's current convention for numbers.
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
add some very basic f_equiv tests See merge request iris/stdpp!409
-
Ralf Jung authored
-
- Aug 11, 2022
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
[list] restricted version of list_fmap_equiv_ext See merge request iris/stdpp!384
-
Michael Sammler authored
-
Vincent Siles authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Generalize Propers for lists / Add some missing Params See merge request iris/stdpp!407
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Aug 10, 2022
-
-
Ralf Jung authored
Create stdpp-unstable package and add bitblast library See merge request iris/stdpp!402
-
Ralf Jung authored
-
Michael Sammler authored
-
- Aug 09, 2022
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Some `filter` lemmas make use of `map_Forall`, so put `map_Forall` before `filter.
-
Robbert Krebbers authored
Introduce `set_bind` and associated lemmas + set_bind theory: revise setoid rewriting See merge request iris/stdpp!406
-
Paolo G. Giarrusso authored
-
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
- strengthen set_bind_subset to have the same arity - add missing Params instance to prevent slow failures in setoid rewriting - `Proper` instances can be proven before `set_bind_ext` via `set_solver`. - `set_bind_ext` is then provable by set_solver directly.
-