- 08 Mar, 2018 8 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
Since the same name cannot be reused for several theories in a single file, the line-number suffix can be scrapped. This makes it easier to reference a given theory from a human-written documentation. The final underscore is kept to avoid ambiguities.
-
Guillaume Melquiond authored
RFC 3986 states that the allowed characters are: fragment = *( pchar / "/" / "?" ) pchar = unreserved / pct-encoded / sub-delims / ":" / "@" pct-encoded = "%" HEXDIG HEXDIG unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" sub-delims = "!" / "$" / "&" / "'" / "(" / ")" / "*" / "+" / "," / ";" / "="
-
Guillaume Melquiond authored
-
Raphael Rieu-Helft authored
-
Guillaume Melquiond authored
-
Albin Coquereau authored
-
Andrei Paskevich authored
-
- 06 Mar, 2018 15 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
Use coercions on the argument of an application even when the callee is not a symbol (partly fixes #72).
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
Translate BV*.of_int to int2bv for CVC4, since the bv1234 syntax rejects constants that are too large. Note: while int2bv could be used as a "syntax function", this breaks too many examples because of timeouts (or unexpected successes).
-
Guillaume Melquiond authored
-
- 05 Mar, 2018 2 commits
-
-
Guillaume Melquiond authored
-
Andrei Paskevich authored
This is important for the "loose" fields: mutable components of a private type which can be modified without a direct write into the containing object. These subcomponents can be modified by abstract functions, and these modifications are actually visible, since a refinement of a private type can make ghost fields non-ghost.
-
- 02 Mar, 2018 1 commit
-
-
Raphael Rieu-Helft authored
-
- 01 Mar, 2018 11 commits
-
-
Raphael Rieu-Helft authored
-
Guillaume Melquiond authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Guillaume Melquiond authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 28 Feb, 2018 1 commit
-
-
Guillaume Melquiond authored
Example: bin/why3 ide --batch "type next;view source;type alt-ergo;wait 5;snap foo.png" examples/logic/hello_proof.why
-
- 26 Feb, 2018 2 commits
-
-
Raphael Rieu-Helft authored
-
Raphael Rieu-Helft authored
-