- 05 Jan, 2017 1 commit
-
-
Ralf Jung authored
-
- 04 Jan, 2017 1 commit
-
-
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
-
- 09 Dec, 2016 2 commits
- 22 Nov, 2016 1 commit
-
-
Ralf Jung authored
Use COFEs only for the recursive domain equation solver
-
- 06 Oct, 2016 1 commit
-
-
Robbert Krebbers authored
These are very useful when dealing with the authoritative CMRA.
-
- 05 Oct, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 03 Oct, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 02 Oct, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 28 Sep, 2016 3 commits
-
-
Robbert Krebbers authored
This allows us to factor out properties about connectives that commute with the big operators.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 27 Sep, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 09 Sep, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 06 Sep, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 02 Sep, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 01 Sep, 2016 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 30 Aug, 2016 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 20 Aug, 2016 1 commit
-
-
Robbert Krebbers authored
This requirement was useful in Iris 2.0: in order to ensure that ownership of the physical state was timeless, we required the ghost CMRA to have a timeless unit. To avoid having additional type class parameters, or having to extend the algebraic hierarchy, we required the units of any CMRA to be timeless. In Iris 3.0, this issue no longer applies: ownership of the physical state is ghost ownership in the global CMRA, whose unit is always timeless. Thanks to Jeehoon Kang for spotting this unnecessary requirement.
-
- 14 Aug, 2016 1 commit
-
-
Robbert Krebbers authored
This is more consistent with the definition of the extension order, which is also defined in terms of an existential.
-
- 08 Aug, 2016 1 commit
-
-
Jacques-Henri Jourdan authored
-
- 25 Jul, 2016 1 commit
-
-
Ralf Jung authored
-
- 03 Jul, 2016 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 29 Jun, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 23 Jun, 2016 1 commit
-
-
Ralf Jung authored
-
- 16 Jun, 2016 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 15 Jun, 2016 5 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This is inspired by ssr, and makes unification faster if it goes right-to-left. See https://sympa.inria.fr/sympa/arc/ssreflect/2013-11/msg00010.html
-
- 14 Jun, 2016 3 commits
-
-
Robbert Krebbers authored
This way, we can use eapply instead of class_apply, which is used when the instances are defined using the Instance command. It seems that eapply is stronger as class_apply, and as such solves some issues when canonical structures have type class parameters, for example: Goal Op (option (dec_agree nat)). apply _. This failed, but is fixed by this commit.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 01 Jun, 2016 1 commit
-
-
Jacques-Henri Jourdan authored
-