- Jan 05, 2017
-
-
Ralf Jung authored
-
Robbert Krebbers authored
Thanks to Janno.
-
Robbert Krebbers authored
-
- Jan 04, 2017
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
- Jan 03, 2017
-
-
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
-
- Dec 27, 2016
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Dec 23, 2016
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
- Dec 22, 2016
-
-
Jacques-Henri Jourdan authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Dec 21, 2016
-
-
Ralf Jung authored
-
- Dec 20, 2016
- Dec 16, 2016
- Dec 13, 2016
-
-
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
-
- Dec 12, 2016
-
-
Robbert Krebbers authored
-
- Dec 09, 2016
-
-
Ralf Jung authored
-