- 27 Jul, 2016 2 commits
-
-
Robbert Krebbers authored
This reverts commit 20b4ae55bdf00edb751ccdab3eb876cb9b13c99f, which does not seem to work with Coq 8.5pl2 (I accidentally tested with 8.5pl1).
-
Robbert Krebbers authored
This makes type checking more directed, and somewhat more predictable. On the downside, it makes it impossible to declare the singleton on lists as an instance of SingletonM and the insert and alter operations on functions as instances of Alter and Insert. However, these were not used often anyway.
-
- 22 Jul, 2016 1 commit
-
-
Robbert Krebbers authored
There was not really a need for the lattice type classes, so I removed these.
-
- 20 Jul, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 11 Jul, 2016 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This class whose name is horrible and purpose is arbitrary seems to be a leftover of some experiment with ch2o, a long time a ago.
-
- 01 Jul, 2016 1 commit
-
-
Robbert Krebbers authored
This may save the need to seal off some stuff.
-
- 01 Jun, 2016 3 commits
-
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
-
- 30 May, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 29 May, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 27 May, 2016 5 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 13 Apr, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 02 Mar, 2016 1 commit
-
-
Ralf Jung authored
-
- 16 Feb, 2016 3 commits
-
-
Robbert Krebbers authored
The singleton maps notation is now also more consistent with the insert <[_ := _]> _ notation for maps.
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- 13 Feb, 2016 2 commits
-
-
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.
-
- 11 Feb, 2016 1 commit
-
-
Robbert Krebbers authored
Also do some minor clean up.
-
- 10 Feb, 2016 1 commit
-
-
Ralf Jung authored
-
- 16 Jan, 2016 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
These are hardly used, and confusing since we have so many operations of different arities that distribute.
-
- 12 Jan, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 21 Dec, 2015 1 commit
-
-
Robbert Krebbers authored
-
- 15 Dec, 2015 1 commit
-
-
Robbert Krebbers authored
-
- 19 Nov, 2015 1 commit
-
-
Robbert Krebbers authored
-
- 18 Nov, 2015 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 17 Nov, 2015 1 commit
-
-
Robbert Krebbers authored
-
- 16 Nov, 2015 1 commit
-
-
Robbert Krebbers authored
-
- 03 Feb, 2017 1 commit
-
-
Robbert Krebbers authored
-
- 01 Feb, 2017 2 commits
-
-
Robbert Krebbers authored
The port makes the following notable changes: * The carrier types of separation algebras and integer environments are no longer in Set. Now they have a type at a fixed type level above Set. This both works better in 8.5 and makes the formalization more general. I have tried putting them at polymorphic type levels, but that increased the compilation time by an order of magnitude. * I am using a custom f_equal tactic written in Ltac to circumvent bug #4069. That bug has been fixed, so this custom tactic can be removed when the next beta of 8.5 is out.
-
Robbert Krebbers authored
-
- 10 Jun, 2015 1 commit
-
-
Robbert Krebbers authored
-