- Nov 10, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This fix is inspired by iris/stdpp!198.
-
- Nov 02, 2020
-
-
Ralf Jung authored
-
- Oct 31, 2020
-
-
Robbert Krebbers authored
-
- Oct 30, 2020
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
Extend the theory of positive rationals `Qp` See merge request iris/stdpp!188
-
- Oct 29, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Moreover, and suitable lemmas.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This follows the standard naming for Coq numbers, and avoids one using the old lemma to break abstraction accidentally.
-
Robbert Krebbers authored
- Remove the coercion from `Qp` to `Qc`, and remove it into from `Qp_car` into `Qp_to_Qc` to be consistent with other conversion functions. - Use `let '(..) = ...` in the definitions of `Qp_plus`/`Qp_mult`/`Qp_div` to avoid Coq tactics (like `injection`) to unfold these definitions eagerly. - Define orders `Qp_le` and `Qp_lt`, instead of relying on the orders on `Qc`, which were obtained through the removed coercion into `Qc`. - Lift lemmas about the orders from `Qc` to `Qp`. - Improve variable names and use of notation scopes.
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Oct 28, 2020
-
-
Robbert Krebbers authored
add a function to obtain a set with all elements of a finite type See merge request iris/stdpp!196
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
add dom_insert_lookup See merge request iris/stdpp!195
-
Ralf Jung authored
-
Robbert Krebbers authored
Remove dead type classes and notations. See merge request iris/stdpp!197
-
Robbert Krebbers authored
-
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.
-
Ralf Jung authored
-
Ralf Jung authored
-
- Oct 21, 2020
-
-
Robbert Krebbers authored
Add map_fmap_union for FinMap See merge request iris/stdpp!194
-
Tej Chajed authored
-
- Oct 15, 2020
-
-
Ralf Jung authored
Avoid relying on implicit instance generalization, and name some instances. See merge request iris/stdpp!193
-
Robbert Krebbers authored
Fix in preparation for https://github.com/coq/coq/pull/13188
-
- Oct 13, 2020
-
-
Ralf Jung authored
Drop support for Coq 8.8 and 8.9 See merge request iris/stdpp!190
-