- 18 Feb, 2016 3 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This avoids ambiguity with P and Q that we were using before for both uPreds/iProps and indexed uPreds/iProps.
-
- 17 Feb, 2016 4 commits
-
-
Robbert Krebbers authored
- The direction of big_sepS_later and big_sepM_later is now like later_sep. - Do not use generated variables in the proofs.
-
Ralf Jung authored
-
Ralf Jung authored
This prevent the assumption from being dragged into lemmas that do not even need it
-
Robbert Krebbers authored
-
- 15 Feb, 2016 5 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- 14 Feb, 2016 5 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- 13 Feb, 2016 6 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
(missed practically everything in the previous commit)
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
Also, make our redefinition of done more robust under different orders of Importing modules.
-
Robbert Krebbers authored
Since Coq 8.4 did not backtrack on eauto premises, we used to ensure that hints like Hint Extern 0 (?x ≡{_}≡ ?y) => reflexivity. were not used for goals involving evars by writing ?x ≡{_}≡ ?y instead of _ ≡{_}≡ _. This seems to be a legacy issue that no longer applies to Coq 8.5, so I have removed these restrictions making these hints thus more powerful.
-
- 12 Feb, 2016 2 commits
- 11 Feb, 2016 8 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Also do some minor clean up.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- 10 Feb, 2016 5 commits
-
-
Robbert Krebbers authored
This way we avoid many one-off indexes and no longer need special cases for index 0 in many definitions. For example, the definition of the distance relation on option and excl has become much easier. Also, uPreds no longer need to hold at index 0. In order to make this change possible, we had to change the notions of "contractive functions" and "chains" slightly. Thanks to Aleš Bizjak and Amin Timany for suggesting this change and to help with the proofs.
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 09 Feb, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 08 Feb, 2016 1 commit
-
-
Robbert Krebbers authored
-