- 24 Feb, 2014 1 commit
-
-
Jean-Christophe Filliâtre authored
(that is, using number of occurrences) No more definition of permutation using inductive predicates. Impacts array.ArrayPermut; proof sessions updated. Coq realizations for map.Occ and map.MapPermut; proof session for array.ArrayPermut in progress
-
- 23 Feb, 2014 1 commit
-
-
MARCHE Claude authored
-
- 21 Feb, 2014 5 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
Problem: lambda is not extracted into a fun ... -> ...
-
MARCHE Claude authored
-
- 20 Feb, 2014 2 commits
-
-
Léon Gondelman authored
-
Jean-Christophe Filliâtre authored
-
- 19 Feb, 2014 7 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Guillaume Melquiond authored
-
- 18 Feb, 2014 8 commits
-
-
François Bobot authored
in order to be more platform independent
-
Jean-Christophe Filliâtre authored
(and less axioms)
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
MARCHE Claude authored
-
- 17 Feb, 2014 10 commits
-
-
leon authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
that proof was started during the preparation of the second VScomp, but never completed
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Andrei Paskevich authored
Will be supported in programs as soon, as we enable lambdas.
-
Andrei Paskevich authored
-
- 16 Feb, 2014 6 commits
-
-
Andrei Paskevich authored
Since we are going to handle partial application of logical symbols, there is no need to be rigid about currying: (((=) 0) 1) should be (0 = 1) and not (((\ x y. x = y) @ 0) @ 1).
-
Andrei Paskevich authored
We do not want to generate distinct liftings for every single partial application of a function or predicate symbol. Canonical closures have an easily recognizable shape, thus we can detect them and replace them with a unique constant "f_closure".
-
MARCHE Claude authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-