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
e6e6070f
Commit
e6e6070f
authored
Feb 22, 2010
by
Francois Bobot
Browse files
Correction des bads pour la nouvelle syntaxe
parent
7ce19416
Changes
5
Hide whitespace changes
Inline
Side-by-side
bench/typing/bad/already_theory1.why
View file @
e6e6070f
theory A end
theory B use
s
A
,
A end
theory B use A
use
A end
bench/typing/bad/already_theory2.why
View file @
e6e6070f
theory A end
theory B end
theory C use
s A, A:B
end
theory C use
A use B as A
end
bench/typing/bad/unbound_theory1.why
View file @
e6e6070f
theory A use
s
B end
theory A use B end
bench/typing/good/uses1.why
View file @
e6e6070f
...
...
@@ -3,5 +3,5 @@ theory A
end
theory B
use
s
A
use A
end
doc/manual.tex
View file @
e6e6070f
...
...
@@ -135,8 +135,7 @@ Keywords are the following:
%% file := decl*
%% decl := | "theory" uident decl* "end"
%% | "theory" uident "." uqualid ("with" instance+ )?
%% | "use" "open"? uqualid ("as" ident)
%% | "use" "include" uqualid %% pas de as pour include
%% | "use" ("open" | "include")? uqualid ("as" ident)
%% | ("axiom"|"lemma"|"goal") ident ":" fmla
%% | "type" typarams lident ("=" (ty-alg | ty))?
%% ("and" typarams lident ("=" (ty-alg | ty))?)*
...
...
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