- 25 Apr, 2019 1 commit
-
-
- 24 Jan, 2019 1 commit
-
-
Maxime Dénès authored
This is in preparation for coq/coq#9274.
-
- 29 Nov, 2018 1 commit
-
-
Tej Chajed authored
Adding a hint without a database now triggers a deprecation warning in Coq master (https://github.com/coq/coq/pull/8987).
-
- 31 Oct, 2018 1 commit
-
-
Robbert Krebbers authored
-
- 24 Oct, 2018 2 commits
-
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
Modify adequacy proof to not break the 'fancy update' abstraction. Modify fupd plainly interface and add new derived results.
-
- 14 Jun, 2018 1 commit
-
-
Ralf Jung authored
-
- 05 Jun, 2018 1 commit
-
-
Ralf Jung authored
-
- 09 May, 2018 1 commit
-
-
Robbert Krebbers authored
-
- 03 May, 2018 1 commit
-
-
Ralf Jung authored
This follows the proof at https://en.wikipedia.org/wiki/L%C3%B6b's_theorem#Proof_of_L%C3%B6b's_theorem
-
- 09 Apr, 2018 1 commit
-
-
Jacques-Henri Jourdan authored
rename : affinely_persistently -> intuitionistically. Add lemma about monpred_at and intuitionistically.
-
- 05 Apr, 2018 2 commits
- 04 Apr, 2018 3 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 19 Mar, 2018 1 commit
-
-
Ralf Jung authored
-
- 16 Mar, 2018 1 commit
-
-
Robbert Krebbers authored
The old one is admissable. Thanks to @jtassaro and @jung.
-
- 13 Mar, 2018 1 commit
-
-
Jacques-Henri Jourdan authored
-
- 05 Mar, 2018 1 commit
-
-
Ralf Jung authored
This is backwards-compatible; it desugars to a normal application on previous versions
-
- 04 Mar, 2018 4 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
sed -i 's/∀ᵢ/\<obj\>/g; s/∃ᵢ/\<subj\>/g' $(find ./ -name \*.v)
-
Robbert Krebbers authored
sed -i 's/absolute/objective/g; s/relative/subjective/g; s/Absolute/Objective/g; s/Relative/Subjective/g' $(find ./ -name \*.v)
-
Jacques-Henri Jourdan authored
-
- 03 Mar, 2018 3 commits
-
-
Robbert Krebbers authored
Based on an earlier MR by @jung.
-
Robbert Krebbers authored
This change is slightly more invasive than expected: in monPred we were using the embedding before the BI was defined. With the new setup, this is no longer possible, because in order to make an instance of the embedding, we need to know that `monPred` is a BI. As such, we define `emp`, `⌜ _ ⌝` and friends directly in the model of `monPred` and later prove that they are equal to a version in terms of the embedding.
-
Robbert Krebbers authored
-
- 23 Feb, 2018 4 commits
-
-
Robbert Krebbers authored
As suggested by @jjourdan, and proved in the ordered RA model by @amintimany. This should solve the paradox in #149.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 14 Feb, 2018 2 commits
- 07 Feb, 2018 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
In the same style as most of the BI lemmas, e.g. `or_mono`, `and_mono`, ...
-
- 06 Feb, 2018 4 commits
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
- 02 Feb, 2018 1 commit
-
-
Jacques-Henri Jourdan authored
-