- Aug 04, 2016
-
-
Robbert Krebbers authored
-
- Aug 02, 2016
-
-
Robbert Krebbers authored
-
- Aug 01, 2016
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This change makes it possible to use hlists in the proof mode, which itself uses hlists in the implementation of the specialize tactic.
-
- Jul 27, 2016
-
-
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.
-
Robbert Krebbers authored
-
- Jul 25, 2016
-
-
Robbert Krebbers authored
-
- Jul 22, 2016
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
There was not really a need for the lattice type classes, so I removed these.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
These just make things more complicated, it would be more useful to declare (efficient) decision procedures for each instance, so that we can properly predict which instance we will get.
-
Robbert Krebbers authored
Similar files (gmap, listset, ...) were already in singular form and matched the name of the set/map data type.
-
- Jul 20, 2016
-
-
Robbert Krebbers authored
-
- Jul 12, 2016
-
-
Robbert Krebbers authored
-
- Jul 11, 2016
-
-
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.
-
- Jul 05, 2016
-
-
Robbert Krebbers authored
-
- Jul 03, 2016
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jul 01, 2016
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This may save the need to seal off some stuff.
-
Jacques-Henri Jourdan authored
-
- Jun 30, 2016
-
-
Robbert Krebbers authored
In noticed in Amin's development that importing the proof mode often turns length into String.length. The weird thing is that before importing the proof mode, it refers to List.length, and when importing just the proof mode, it refers to List.length too. However, in some combinations of imports, it seems to result in it refering to String.length...
-
Jacques-Henri Jourdan authored
-
- Jun 26, 2016
-
-
Robbert Krebbers authored
This is very experimental. It should now deal better with stuff like: match x with .. end = match y with .. end In case there is a hypothesis H : R x y, it will try to destruct it.
-
- Jun 23, 2016
-
-
Robbert Krebbers authored
-
- Jun 17, 2016
-
-
Robbert Krebbers authored
-
- Jun 14, 2016
-
-
Robbert Krebbers authored
-
- Jun 01, 2016
-
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
-
- May 31, 2016
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Now, for example, when having equiv (Some x) (Some y) it will try to find a Proper whose range is an equiv before hitting the eq instance. My hack is general enough that it works for Forall2, dist, and so on, too.
-