- Oct 29, 2020
-
-
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 !196
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
add dom_insert_lookup See merge request !195
-
Ralf Jung authored
-
Robbert Krebbers authored
Remove dead type classes and notations. See merge request !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 !194
-
Tej Chajed authored
-
- Oct 15, 2020
-
-
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
-
- Oct 07, 2020
-
-
Ralf Jung authored
-
- Oct 06, 2020
- Oct 02, 2020
-
-
Robbert Krebbers authored
Add Qp lemmas See merge request iris/stdpp!187
-
Simon Friis Vindum authored
-
Simon Friis Vindum authored
-
Simon Friis Vindum authored
-
- Oct 01, 2020
-
-
Robbert Krebbers authored
Thanks to @simongregersen for reporting. Note that prior to 0d7a7f06 we would get this instance automatically, but that instance would not have the right computational behavior.
-
Robbert Krebbers authored
add version of Qp_lower_bound that returns less-than facts See merge request !186
-
Ralf Jung authored
-
- Sep 29, 2020
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Sep 16, 2020
-
-
Ralf Jung authored
-