- Sep 06, 2021
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This should ensure that `coqchk` no longer reports axioms.
-
Robbert Krebbers authored
-
- Jun 18, 2021
-
-
Robbert Krebbers authored
-
- Jun 03, 2021
-
-
Robbert Krebbers authored
-
- May 28, 2021
-
-
Simon Friis Vindum authored
-
- May 25, 2021
-
-
Ralf Jung authored
-
- May 04, 2021
-
-
Michael Sammler authored
-
- May 03, 2021
-
-
Ralf Jung authored
-
- Apr 29, 2021
-
-
Ralf Jung authored
-
Michael Sammler authored
-
Ralf Jung authored
-
- Apr 19, 2021
-
-
- Apr 08, 2021
-
-
Robbert Krebbers authored
-
-
- Feb 09, 2021
-
-
Ralf Jung authored
-
- Jan 07, 2021
-
-
Ralf Jung authored
-
- Nov 20, 2020
-
-
Tej Chajed authored
Fixes new Coq master warning deprecated-hint-without-locality.
-
- Oct 29, 2020
-
-
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.
-
- Oct 06, 2020
-
-
Ralf Jung authored
-
- Oct 02, 2020
-
-
Simon Friis Vindum authored
-
Simon Friis Vindum authored
-
Simon Friis Vindum authored
-
- Oct 01, 2020
-
-
Ralf Jung authored
-
- Sep 16, 2020
-
-
Ralf Jung authored
-
- Sep 15, 2020
-
-
Set Default Goal Selector "!" makes it illegal to ever apply a tactic with more than one goal (instead, must focus with bullets or braces).
-
- Aug 31, 2020
-
-
Robbert Krebbers authored
-
-
- Aug 28, 2020
-
-
Ralf Jung authored
-
- Jun 15, 2020
-
-
Robbert Krebbers authored
-
- May 12, 2020
-
-
Michael Sammler authored
-