- 25 Oct, 2010 1 commit
-
-
Andrei Paskevich authored
-
- 19 Oct, 2010 1 commit
-
-
MARCHE Claude authored
-
- 09 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- bring driver syntax closer to that of theories - some simple API improvements
-
- 24 Jun, 2010 1 commit
-
-
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.
-
- 21 Jun, 2010 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 24 Mar, 2010 1 commit
-
-
MARCHE Claude authored
-
- 23 Mar, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-