- 03 Jun, 2011 6 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
This permits using them in transformations, as they also preserve the term structure. Export Term.t_ty_map and Term.t_app_map. We can generalize t_s_map to cover t_app_map, but this requires computing the list of types for every application, which we rarely need.
-
Andrei Paskevich authored
which gives us a cheap test for recursive defitions. We could also make an effort to ignore the conclusions in inductive predicate definitions but it's probably not worth it.
-
Andrei Paskevich authored
(sorry for not doing it earlier)
-
Andrei Paskevich authored
also, export Ty.ty_v_* traversal functions
-
- 02 Jun, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 01 Jun, 2011 2 commits
-
-
Jean-Christophe Filliâtre authored
-
MARCHE Claude authored
-
- 31 May, 2011 11 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 30 May, 2011 10 commits
-
-
Jean-Christophe Filliâtre authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
thanks to Frédéric Herbreteau for the patch! The TPTP plugin does not load (Linux 64bit) when compiled with the Menhir library. For the moment, let us leave it as it is. The use of the library is not necessary and is off by default.
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Andrei Paskevich authored
another birthday gift for François
-
Andrei Paskevich authored
- in particular, we simplify function definitions before testing them for linearity (this allows to inline array updates which are defined via a record update {| a with map = a.map[i <- v] |}). We really need to add some memoization here, otherwise we might pay too much.
-
Jean-Christophe Filliâtre authored
-
- 29 May, 2011 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
no more need for 'globals' field in effects
-
- 28 May, 2011 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 27 May, 2011 6 commits
-
-
Jean-Christophe Filliâtre authored
-
MARCHE Claude authored
-
Jean-Christophe Filliâtre authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Jean-Christophe Filliâtre authored
-
- 25 May, 2011 1 commit
-
-
Jean-Christophe Filliâtre authored
-