- 02 Feb, 2017 1 commit
-
-
Ralf Jung authored
-
- 27 Jan, 2017 1 commit
-
-
Ralf Jung authored
-
- 26 Jan, 2017 1 commit
-
-
Robbert Krebbers authored
TODO: document the setup of the IntoWand and WandWeaken type classes and the tricks using Hint Mode.
-
- 23 Jan, 2017 1 commit
-
-
Jacques-Henri Jourdan authored
-
- 22 Jan, 2017 3 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This fixes issue #62.
-
Robbert Krebbers authored
-
- 11 Jan, 2017 5 commits
-
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
-
Ralf Jung authored
This approach is originally by Robbert
-
Ralf Jung authored
There are certainly more places this is useful, but let's start with this simple test
-
- 09 Jan, 2017 2 commits
- 06 Jan, 2017 1 commit
-
-
Ralf Jung authored
-
- 05 Jan, 2017 3 commits
-
-
Ralf Jung authored
-
Robbert Krebbers authored
Thanks to Janno.
-
Robbert Krebbers authored
-
- 04 Jan, 2017 3 commits
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
- 03 Jan, 2017 1 commit
-
-
Ralf Jung authored
This patch was created using find -name *.v | xargs -L 1 awk -i inplace '{from = 0} /^From/{ from = 1; ever_from = 1} { if (from == 0 && seen == 0 && ever_from == 1) { print "Set Default Proof Using \"Type*\"."; seen = 1 } }1 ' and some minor manual editing
-
- 27 Dec, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 23 Dec, 2016 1 commit
-
-
Jacques-Henri Jourdan authored
-
- 22 Dec, 2016 5 commits
-
-
Jacques-Henri Jourdan authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- 20 Dec, 2016 1 commit
-
-
Ralf Jung authored
-
- 16 Dec, 2016 2 commits
- 13 Dec, 2016 2 commits
-
-
Robbert Krebbers authored
This fixes the following issue by JH Jourdan: The fact of including uPred_[...] in the module uPred (in base_logic.v), implies that typeclasses instances are declared twice. Once in module uPred and once in module uPred_[...]. This has the unfortunate consequence that it has to backtrack to both instances each time the first one fails, making failure of type class search for e.g. PersistentP potentially exponential. Goal ((□ ∀ (x1 x2 x3 x4 x5: nat), True -∗ True) -∗ True : iProp Σ). Time iIntros "#H". Undo. Remove Hints uPred_derived.forall_persistent : typeclass_instances. Time iIntros "#H". Thanks to Jason Gross @ Coq club for suggesting this fix.
-
Jacques-Henri Jourdan authored
-
- 12 Dec, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 09 Dec, 2016 1 commit
-
-
Ralf Jung authored
-