- 21 Jan, 2013 6 commits
-
-
Andrei Paskevich authored
the Set signature is moved to a separate Extset module, instead of being included into Extmap.S. The module hierarchy becomes simpler, we don't shadow OCaml standard modules anymore, and the bug #15270 is fixed, too.
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Guillaume Melquiond authored
-
Jean-Christophe Filliâtre authored
-
- 18 Jan, 2013 7 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 16 Jan, 2013 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Andrei Paskevich authored
-
- 15 Jan, 2013 5 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 14 Jan, 2013 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 13 Jan, 2013 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
generic theories can be moved to theories/list.why
-
- 11 Jan, 2013 1 commit
-
-
Andrei Paskevich authored
-
- 10 Jan, 2013 6 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
Otherwise, a goal (A && B) -> C produces axioms A and A -> B during premise introduction.
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
Guillaume Melquiond authored
-
Andrei Paskevich authored
-
- 09 Jan, 2013 3 commits
-
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 08 Jan, 2013 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 07 Jan, 2013 3 commits
-
-
Jean-Christophe Filliâtre authored
-
MARCHE Claude authored
-
Jean-Christophe Filliâtre authored
-
- 06 Jan, 2013 2 commits
-
-
Andrei Paskevich authored
In this way, we can always distinguish them from local theories and modules. Both 'use Bool' and 'use why3.Bool' are accepted. No support for use/clone of built-in modules is done yet, but so far we don't needed (the only built-in module is why3.Prelude which is used by default). As of now, one cannot put a file "why3.why" at the root of loadpath, since it will be inaccessible. Paths like why3/toto.why are still admitted, but we will probably ban them too and reserve the whole "why3.xxx.yyy" hierarchy for the built-in theories and modules.
-
Andrei Paskevich authored
-