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
122
Issues
122
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
2c30ee55
Commit
2c30ee55
authored
Sep 26, 2016
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: update in syntax changes for new system
parent
46b0f402
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/manual.tex
doc/manual.tex
+4
-3
No files found.
doc/manual.tex
View file @
2c30ee55
...
...
@@ -285,10 +285,11 @@ egalite sur les type algebriques ? engendrees automatiquement ?
0.87
&
0.90
\\
\hline
\texttt
{
'L:
}
&
\texttt
{
label L in
}
\\
\texttt
{
at !x 'L
}
&
\texttt
{
!x at L
}
\\
\texttt
{
at x 'L
}
&
\texttt
{
x at L
}
\\
\texttt
{
assert
\{
... (old x) ...
\}
}
&
\texttt
{
assert
\{
... (x at Init) ..
\}
}
\\
\verb
|
\
|
\texttt
{
x. e
}
&
\texttt
{
fun x -> e
}
\\
\
verb
|
\
|
\
texttt
{
use HighOrd
}
&
nothing, not needed anymore
\\
\
verb
|
\
|
\
texttt
{
HighOrd.pred ty
}
&
\texttt
{
ty -> bool
}
\\
\texttt
{
use HighOrd
}
&
nothing, not needed anymore
\\
\texttt
{
HighOrd.pred ty
}
&
\texttt
{
ty -> bool
}
\\
\texttt
{
type t model ...
}
&
\texttt
{
type t = abstract ...
}
\\
\hline
\end{tabular}
...
...
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