- 02 Sep, 2017 4 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Before, we often had to insert awkward casts when using them. Also, the generality of also having them on Type, is probably not useful.
-
Robbert Krebbers authored
-
- 17 Aug, 2017 1 commit
-
-
Robbert Krebbers authored
-
- 08 Aug, 2017 1 commit
-
-
Robbert Krebbers authored
-
- 17 Mar, 2017 3 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- 15 Mar, 2017 1 commit
-
-
Robbert Krebbers authored
-
- 09 Mar, 2017 1 commit
-
-
Robbert Krebbers authored
-
- 19 Feb, 2017 1 commit
-
-
Robbert Krebbers authored
For example, instead of: Notation "( X ⊆ )" We now use: Notation "( X ⊆)" We were already doing this for = and ≡. This solves some conflicts with the notations of MetaCoq.
-
- 10 Feb, 2017 1 commit
-
-
Robbert Krebbers authored
Some were already maximally implicit, some were not. Now it is consistent.
-
- 31 Jan, 2017 5 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
This approach is originally by Robbert
-
Ralf Jung authored
-
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
-
- 22 Nov, 2016 1 commit
-
-
We do this by introducing a type class UpClose with notation ↑. The reason for this change is as follows: since `nclose : namespace → coPset` is declared as a coercion, the notation `nclose N ⊆ E` was pretty printed as `N ⊆ E`. However, `N ⊆ E` could not be typechecked because type checking goes from left to right, and as such would look for an instance `SubsetEq namespace`, which causes the right hand side to be ill-typed.
-
- 15 Nov, 2016 1 commit
-
-
Ralf Jung authored
-
- 10 Nov, 2016 1 commit
-
-
Robbert Krebbers authored
Having Is_true as a type class caused problems with rewrite: when the rewrited lemma has a premise of the shape Is_true, the rewrite tactic will complain that it cannot find a type class instance, instead of generating a goal for that premise.
-
- 20 Sep, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 14 Sep, 2016 1 commit
-
-
Jacques-Henri Jourdan authored
This makes the typeclass mechanism able to use instances like [Is_true X -> Blah], where X reduces to X.
-
- 19 Aug, 2016 1 commit
-
-
Robbert Krebbers authored
There is still the reals stuff, which is caused by importint Psatz (needed for lia) and eq_rect_eq which is caused by importint Eqdep_dec.
-
- 08 Aug, 2016 1 commit
-
-
Jacques-Henri Jourdan authored
-
- 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 3 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-