- Nov 24, 2016
-
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
The idea on magic wand is to use it for curried lemmas and use ⊢ for uncurried lemmas.
-
- Nov 23, 2016
-
-
- Nov 22, 2016
-
-
-
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.
-
Ralf Jung authored
-
Ralf Jung authored
Use COFEs only for the recursive domain equation solver
-
- Nov 21, 2016
-
-
Ralf Jung authored
In particular, make sure we always try eassumption before reflexivity.
-
Robbert Krebbers authored
The old name didn't make much sense. Also now we can have pure_False too.
-
Ralf Jung authored
-
- Nov 20, 2016
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Nov 17, 2016
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Nov 16, 2016
-
-
Robbert Krebbers authored
We need instances like EqDecision and Countable for it. We could redeclare those instead, though.
-
- Nov 15, 2016
-
-
Robbert Krebbers authored
There is no way to infer the cmra A, so we make it explicit.
-
- Nov 03, 2016
-
-
Robbert Krebbers authored
The old choice for ★ was a arbitrary: the precedence of the ASCII asterisk * was fixed at a wrong level in Coq, so we had to pick another symbol. The ★ was a random choice from a unicode chart. The new symbol ∗ (as proposed by David Swasey) corresponds better to conventional practise and matches the symbol we use on paper.
-
- Oct 28, 2016
-
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-