Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
125
Issues
125
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
90a9ab7a
Commit
90a9ab7a
authored
Oct 11, 2012
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide from hevea the extraneous space used to workaround a bug in latex.
parent
5f92d65f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
doc/coq_tactic.tex
doc/coq_tactic.tex
+5
-5
doc/macros.tex
doc/macros.tex
+2
-0
doc/manpages.tex
doc/manpages.tex
+2
-2
No files found.
doc/coq_tactic.tex
View file @
90a9ab7a
...
...
@@ -44,15 +44,15 @@ using the \texttt{timelimit} keyword.
\paragraph
{
Error messages.
}
The following errors may be reported by
the Coq tactic.
\begin{description}
\item
[\texttt{Not a first order goal}]
~
\par
\item
[\texttt{Not a first order goal}]
\emptyitem
The Coq goal could not be translated to
\why
's logic.
\item
[\texttt{Timeout}]
~
\par
\item
[\texttt{Timeout}]
\emptyitem
There was no answer from the prover within the given time limit.
\item
[\texttt{Don't know}]
~
\par
\item
[\texttt{Don't know}]
\emptyitem
The prover stopped without validating the goal.
\item
[\texttt{Invalid}]
~
\par
\item
[\texttt{Invalid}]
\emptyitem
The prover stopped, reporting the goal to be invalid.
\item
[\texttt{Failure}]
~
\par
\item
[\texttt{Failure}]
\emptyitem
The prover failed. Depending on the message that follows, you may
want to file a bug report, either to the
\why\
developers or to the
prover developers.
...
...
doc/macros.tex
View file @
90a9ab7a
...
...
@@ -6,6 +6,8 @@
\newcommand
{
\eg
}{
\emph
{
e.g.
}
\xspace
}
\newcommand
{
\ie
}{
\emph
{
i.e.
}
\xspace
}
\newcommand
{
\emptyitem
}{
\begin{latexonly}
~
\end{latexonly}
}
% BNF grammar
\newcommand
{
\keyword
}
[1]
{
\texttt
{
#1
}}
\newcommand
{
\indextt
}
[1]
{
\index
{
#1@
\protect\keyword
{
#1
}}}
...
...
doc/manpages.tex
View file @
90a9ab7a
...
...
@@ -314,7 +314,7 @@ changed are marked obsolete.
\subsection
{
Menus
}
\begin{description}
\item
[Menu \textsf{File}]
~
\item
[Menu \textsf{File}]
\emptyitem
\begin{description}
\item
[Add File]
adds a file in the GUI.
%\item[Detect provers] runs provers auto-detection
...
...
@@ -325,7 +325,7 @@ changed are marked obsolete.
\item
[Quit]
exits the GUI.
\end{description}
\item
[Menu \textsf{View}]
~
\item
[Menu \textsf{View}]
\emptyitem
\begin{description}
\item
[Expand All]
expands all the rows of the tree view.
\item
[Collapse proved goals]
closes all the rows of the tree view
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment