- 28 Sep, 2015 5 commits
-
-
Piotr Trojanek authored
Theory int.Exponentiation currently cannot be realized as it includes an abstract type (only instances of this theory can be realized); no need to create an file int/Exponentiation.xml.
-
Piotr Trojanek authored
Works both with Isabelle 2014 and 2015
-
Stefan Berghofer authored
Theory names are assumed to be unique with respect to their path. Therefore, do not attempt to disambiguate them, which should result in more readable / predictable names.
-
Stefan Berghofer authored
-
Stefan Berghofer authored
-
- 27 Sep, 2015 3 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 25 Sep, 2015 1 commit
-
-
Andrei Paskevich authored
-
- 24 Sep, 2015 1 commit
-
-
Clément Fumex authored
-
- 23 Sep, 2015 3 commits
-
-
David Hauzar authored
-
David Hauzar authored
the name of the projection to projected element.
-
David Hauzar authored
-
- 22 Sep, 2015 2 commits
-
-
Clément Fumex authored
-
David Hauzar authored
-
- 21 Sep, 2015 3 commits
-
-
David Hauzar authored
-
David Hauzar authored
Model elements in source code line are represented as list of JSON objects with attributes "name", "value", and "kind". The attribute "name" is a name of a counterexample element, the attribute "value" is the value of the counterexample element, and the attribute "kind" is the kind of counterexample element, currently one of "old", "result", "error_message", and "other".
-
MARCHE Claude authored
-
- 20 Sep, 2015 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 19 Sep, 2015 3 commits
-
-
Mário Pereira authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 18 Sep, 2015 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 17 Sep, 2015 3 commits
-
-
Jean-Christophe Filliâtre authored
-
Guillaume Melquiond authored
This fixes (-2) mod 2 being evaluated as nonzero.
-
Martin Clochard authored
The following could be proved correct: type t = A | B function f (x:'a) : 'a = x predicate top = A = f A lemma bad : forall x:t. match x with A -> x = B | B -> x = B -> top end lemma fail : false
-
- 16 Sep, 2015 1 commit
-
-
MARCHE Claude authored
-
- 14 Sep, 2015 1 commit
-
-
MARCHE Claude authored
Issue: stack overflow when loading the driver, how can it be??
-
- 11 Sep, 2015 1 commit
-
-
Clément Fumex authored
To do so, add "overriding" keyword in front of "syntax" in the driver file as in, e.g., overriding syntax function to_uint "(bv2int %1)" One can only have one overriding for a specific function/type.
-
- 10 Sep, 2015 5 commits
-
-
David Hauzar authored
-
MARCHE Claude authored
-
David Hauzar authored
-
David Hauzar authored
Prevent loosing labels of formulas with f.t_node equal to Tquant in transformations eliminate_algebraic and introduce_premises.
-
MARCHE Claude authored
Need to compile Alt-Ergo with Nums instead of Zarith, which is not supported by js_of_ocaml
-
- 09 Sep, 2015 4 commits
-
-
MARCHE Claude authored
-
David Hauzar authored
The concatenation of strings in the list of strings returned by bounded_split must be equal to the string being split.
-
MARCHE Claude authored
-
MARCHE Claude authored
-