- 20 May, 2011 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 17 May, 2011 5 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
-
- 16 May, 2011 6 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 15 May, 2011 5 commits
-
-
Andrei Paskevich authored
move old fnT+fnF versions of t_map, t_fold, etc. to a submodule
-
Andrei Paskevich authored
-
Andrei Paskevich authored
Rename as little as possible and keep the API. Make all the necessary checks in Term and Decl. Remove the duplicate code in Term but keep it elsewhere. We will factorize the code as we go, without rush.
-
Andrei Paskevich authored
I love static typing!
-
Jean-Christophe Filliâtre authored
-
- 13 May, 2011 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 12 May, 2011 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 11 May, 2011 6 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
-
- 09 May, 2011 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 28 Apr, 2011 1 commit
-
-
MARCHE Claude authored
-
- 13 Apr, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 30 Mar, 2011 1 commit
-
-
Asma Tafat authored
-
- 18 Mar, 2011 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 11 Mar, 2011 2 commits
-
-
MARCHE Claude authored
-
Jean-Christophe authored
programs: a label Init is automatically added at the beginning of each Hoare triple (we could discuss this choice); SF examples continued
-
- 10 Mar, 2011 1 commit
-
-
Jean-Christophe authored
-
- 08 Mar, 2011 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 05 Mar, 2011 3 commits
-
-
Andrei Paskevich authored
The idea is that every big WP is built from "explainable" subformulas. So, when we split for the first time, we stop at these subformulas. The subsequent split will split them further. Note that split_goal removes "stop_split" labels. Thus, if we have an atomic assertion ("expl:precondition" "stop_split" true), then the split_goal transformation will succeed and return a _different_ task, with the goal: ("expl:precondition" true). However, the second split will return the same task exactly. Should we fix it? At the moment, we lack explanation annotations over postconditions.
-
Andrei Paskevich authored
- the new syntax for localisation "labels" in Why is as follows: goal Toto #"file" line bchar echar# - after an ident #"file" line bchar echar" (A and B) - before a term/fmla - the new syntax for buffer relocation is as follows: ##"file" line char##
-
MARCHE Claude authored
-