- 25 Feb, 2013 1 commit
-
-
MARCHE Claude authored
-
- 22 Feb, 2013 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 21 Feb, 2013 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 19 Feb, 2013 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 18 Feb, 2013 3 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 17 Feb, 2013 12 commits
-
-
Andrei Paskevich authored
Also, ghost fields in algerbraic types are now accepted in programs. As of now, "function", "predicate", "inductive", "val", "let", "fun", and constructors in algebraic type declarations all accept the same syntax for parameters. In "function", "predicate", "inductive", "val", and constructors in algebraic type declarations, binders without colons are treated as type expressions: function f int (list bool) (int,real) (ghost bool) is syntactic sugar for function f (_: int) (_: list bool) (_: (int,real)) (ghost _: bool) In "let" and "fun", single unqualified idents are treated as parameter names whose types are to be inferred, other binders without colons are treated as type expressions: let f int (list bool) (int,real) (ghost bool) is syntactic sugar for let f (int: ?) (_: list bool) (_: (int,real)) (ghost bool: ?) Anonymous binders ("_") are accepted only if their type is specified.
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 15 Feb, 2013 4 commits
-
-
Andrei Paskevich authored
-
MARCHE Claude authored
type point -> loc predicate tree -> istree post-condition: t -> t'
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 14 Feb, 2013 1 commit
-
-
MARCHE Claude authored
-
- 13 Feb, 2013 6 commits
-
-
François Bobot authored
[<file.why>|<project directory> [<file.why> ...]]
-
François Bobot authored
-
François Bobot authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 12 Feb, 2013 7 commits
-
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 11 Feb, 2013 1 commit
-
-
Jean-Christophe Filliâtre authored
-