- 29 Jun, 2011 1 commit
-
-
Andrei Paskevich authored
- No more "and", "or", "implies", "iff", and "~". Use "/\", "\/", "->", "<->", and "not" instead. - No more "logic". Use "function" or "predicate".
-
- 16 Mar, 2011 1 commit
-
-
Jean-Christophe authored
new theory number for... number theory
-
- 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
-
- 17 Jun, 2010 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 23 Mar, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 05 Mar, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
No commit message
-
- 04 Mar, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-