Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
46784172
Commit
46784172
authored
Oct 30, 2012
by
Guillaume Melquiond
Browse files
Fix some documentation typos.
parent
f4c52b97
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
46784172
...
...
@@ -5,7 +5,8 @@ version 0.80, Oct 30, 2012
o new warning: form exists x, P -> Q
o [replayer] new option -q
o [Provers] support for Coq 8.4
o New scheme for Coq realizations, using type classes
o new scheme for Coq realizations, using type classes
* theory realizations now use meta "realized_theory" instead of "realized"
version 0.73, Jul 19, 2012
==========================
...
...
doc/api.tex
View file @
46784172
...
...
@@ -100,7 +100,7 @@ let goal_id1 : Decl.prsymbol =
let task1 : Task.task =
Task.add
_
prop
_
decl task1 Decl.Pgoal goal
_
id1 fmla1
\end{ocamlcode}
To make the formula a goal, we must give a name to it, here
"
goal1
"
. A
To make the formula a goal, we must give a name to it, here
``
goal1
''
. A
goal name has type
\texttt
{
prsymbol
}
, for identifiers denoting
propositions in a theory or a task. Notice again that the concrete
syntax of
\why
requires these symbols to be capitalized, but it is not
...
...
doc/realizations.tex
View file @
46784172
...
...
@@ -45,7 +45,7 @@ corresponding theory section of the driver.
\begin{verbatim}
theory env
_
path.theory
_
name
meta "realized" "env
_
path.theory
_
name", "optional
_
naming"
meta "realized
_
theory
" "env
_
path.theory
_
name", "optional
_
naming"
end
\end{verbatim}
...
...
@@ -53,7 +53,7 @@ The first parameter is the theory name for \why. The second
parameter, if not empty, provides a name to be used inside generated
scripts to point to the realization, in case the default name is not
suitable for the interactive prover.
\index
{
realized@
\verb
+
realized
+
}
\index
{
realized
_
theory
@
\verb
+
realized
_theory
+
}
\section
{
Generated/edited files
}
...
...
@@ -107,7 +107,7 @@ use, it does not scale well when the realizations are to be shipped to
other users. Instead, one should create two additional files: a
configuration file that indicates how to modify paths, provers, and
editors, and a driver file that contains only the needed
\verb
+
meta "realized"
+
declarations. The configuration file should be as
\verb
+
meta "realized
_theory
"
+
declarations. The configuration file should be as
follows.
\index
{
configuration file
}
...
...
doc/starting.tex
View file @
46784172
...
...
@@ -170,7 +170,7 @@ attempts and transformations were saved in a database --- an XML file
created when the
\why
file was opened in the GUI for the first
time. Then, for all the goals that remain unchanged, the previous
proofs are shown again. For the parts that changed, the previous
proofs attempts are shown but marked with
"
(obsolete)
"
\index
{
obsolete!proof attempt
}
proofs attempts are shown but marked with
``
(obsolete)
''
\index
{
obsolete!proof attempt
}
so that you
know the results are not accurate. You can now retry to prove all what
remains unproved using any of the provers.
...
...
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