- 26 Jun, 2010 1 commit
-
-
Francois Bobot authored
-
- 25 Jun, 2010 6 commits
-
-
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
-
- 24 Jun, 2010 8 commits
-
-
Andrei Paskevich authored
in the logic language into (more or less) higher-order style. For example, logic func (x : int, y : int, 'a list) : (int, 'a) map list logic pred (bool, int * real) is now written: logic func (x y : int) (list 'a) : list (map int 'a) logic pred bool (int, real) Note that types use prefix notation (as in Coq) and the types of tuples are now written as (type1, type2, ..., typeN). - Use the same syntax of type expressions in the program language. - Allow binders of the form (x y:int) in the program language.
-
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
programs: the type-checker is back and the bug in vacid_0_sparse_array is now fixed; make bench is back
-
Jean-Christophe Filliâtre authored
-
- 23 Jun, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 22 Jun, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
programs: complete rewrite of the type-checker in progress (in particular, types dterm and dfmla have been moved to Denv, together with some functions); make does not compile whyml anymore; make bench will stop at the first program test; with my apologies if I messed up somewhere...
-
- 21 Jun, 2010 3 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 18 Jun, 2010 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
No commit message
-
- 17 Jun, 2010 10 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
- move exception reporting for Ty, Pattern, Term, and Decl to Pretty, as it occasionnaly requires some pretty-printing
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Simon Cruanes authored
-
Francois Bobot authored
-
Francois Bobot authored
-
Francois Bobot authored
-
Jean-Christophe Filliâtre authored
-
- 16 Jun, 2010 2 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
- 15 Jun, 2010 6 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
bench : ajout d'un bench pour tester tous les provers sur des buts triviaux. Cela peut permettre de détecter un mauvais driver ou printer.
-
Simon Cruanes authored
began implementing dynamic dependency graph in hypothesis_selection.ml
-
Francois Bobot authored
alt-ergo : trigger pas sur l'égalité
-
Francois Bobot authored
-
Francois Bobot authored
-