- Nov 15, 2020
-
-
Ralf Jung authored
-
- Nov 12, 2020
-
-
Robbert Krebbers authored
Set `Hint Mode` for `pretty`. See merge request !201
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Nov 11, 2020
- Nov 10, 2020
-
-
Robbert Krebbers authored
Add lemmas about `list_to_map` See merge request !199
-
Robbert Krebbers authored
Pretty-print 0 as "0" for N, Z, and nat See merge request !200
-
Simon Friis Vindum authored
-
Robbert Krebbers authored
This is a copy/paste of the CHANGELOG in !198.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This fix is inspired by !198.
-
- Nov 09, 2020
-
-
Simon Friis Vindum authored
-
- 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 !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 !196
-
Ralf Jung authored
-
Robbert Krebbers authored
-