- 15 Jun, 2018 4 commits
-
-
Andrei Paskevich authored
For the previous behaviour (no import), write "use/clone T as T". This shortens the most used "use/clone import" to simply "use/clone".
-
Raphael Rieu-Helft authored
-
Andrei Paskevich authored
-
Guillaume Melquiond authored
-
- 14 Jun, 2018 16 commits
-
-
Andrei Paskevich authored
Clone "with axiom ." or "with goal ." to change the default ("with lemma ." is also accepted, just in case).
-
Sylvain Dailler authored
NoProgress is raised by apply_trans not Exit. Noprogress without uppercase P is removed.
-
MARCHE Claude authored
-
Guillaume Melquiond 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
-
Guillaume Melquiond authored
Replace the [...] syntax from why3doc by a Markdown-like syntax (fix issue #132). Closes #132 See merge request !8
-
Guillaume Melquiond authored
"\`\`" could have been used too, but it is a bit unreadable.
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
Option -t is in milliseconds, while option -T is in second.
-
- 13 Jun, 2018 11 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
Some why3doc comments in the gallery contains "[i,j[", which breaks the documentation since it opens a code block that is never closed. The proper way to write it is "[\[i,j\[]", which is not only ugly but also error-prone. This commit introduces a Markdown-like syntax for embedded code. It uses the backtick as a delimiter: "`[i,j[`". It also supports multi-backticks: "you can delimit code using `` `...` ``".
-
Guillaume Melquiond authored
-
MARCHE Claude authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
This commit also improves sharing between images.
-
Jean-Christophe Filliâtre authored
exhibits, constructively, a nonnegative integer n such that p n whenever we can prove the existence of such an integer
-
- 12 Jun, 2018 6 commits
-
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
The test required the --batch option which is not in this branch.
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-
- 09 Jun, 2018 3 commits
-
-
Jean-Christophe Filliâtre authored
now this is exactly TAOCP, vol 2, exercise 6 page 7 with a second loop finding out mu and lambda in time O(mu)
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-