Skip to content
Snippets Groups Projects
Commit edc39c1f authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Fix warnings

parent f9e2fb53
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ By default Leon assumes that unbounded data types can
be arbitrarily large and that all well-founded recursive
functions have enough stack space to finish their computation.
Thus a verified program may crash at run-time due to:
* stack overflow
* heap overflow
......
......@@ -14,7 +14,7 @@ you can do it by using a single dash ``-``. For example, ``-Ybrowse:typer``.
The rest of this section presents all command-line options that Leon recognizes.
Choosing which Leon feature to use
---------------------------
----------------------------------
The first group of options determine which feature of Leon will be used.
These options are mutually exclusive. By default, ``--verify`` is chosen.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment