inside a theory, which is in that example called TheoryProof and
inside a theory, which is in that example called TheoryProof and
...
@@ -150,9 +150,9 @@ Currently, the GUI does not allow to modify the input file. You must
...
@@ -150,9 +150,9 @@ Currently, the GUI does not allow to modify the input file. You must
edit the file external by some editor of your choice. Let's assume we
edit the file external by some editor of your choice. Let's assume we
change the goal $G_2$ by replacing the first occurrence of true by
change the goal $G_2$ by replacing the first occurrence of true by
false, \eg
false, \eg
\begin{verbatim}
\begin{why3}
goal G2 : (false -> false) /\ (true \/ false)
goal G2 : (false -> false) /\ (true \/ false)
\end{verbatim}
\end{why3}
We can reload the modified file in the IDE using menu \textsf{File/Reload}, or the shortcut ``Ctrl-R''. We get the tree view shown on Figure~\ref{fig:gui5}.
We can reload the modified file in the IDE using menu \textsf{File/Reload}, or the shortcut ``Ctrl-R''. We get the tree view shown on Figure~\ref{fig:gui5}.
\begin{figure}[tbp]
\begin{figure}[tbp]
...
@@ -182,8 +182,8 @@ tool bar.
...
@@ -182,8 +182,8 @@ tool bar.
Notice that replaying can be done in batch mode, using the
Notice that replaying can be done in batch mode, using the
\texttt{why3replayer} tool (see Section~\ref{sec:why3replayer}) For
\texttt{why3replayer} tool (see Section~\ref{sec:why3replayer}) For
example, running the replayer on the \texttt{hello\_proof} example is
example, running the replayer on the \texttt{hello\_proof} example is
as follows (assuming $G_2$ still is\texttt{(true -> false) /\ (true
as follows (assuming $G_2$ still is
\/ false)}).
\lstinline{(true -> false) /\ (true\/ false)}).
\begin{verbatim}
\begin{verbatim}
$ why3replayer hello_proof
$ why3replayer hello_proof
Info: found directory 'hello_proof' for the project
Info: found directory 'hello_proof' for the project